Skip to content

Commit

Permalink
Merge pull request #118 from nevermined-io/feat/openai_assistants
Browse files Browse the repository at this point in the history
Assistants
  • Loading branch information
aaitor authored Mar 15, 2024
2 parents 2cedd59 + 9ac3aff commit 0e6db78
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/tutorials/builders/10-openai-assistant.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
sidebar_position: 10
description: Monetize your Open AI Assistant with Nevermined
---

# Monetize your Open AI Assistant

With Nevermined is possible to monetize any assistant you created via [OpenAI](https://platform.openai.com/assistants). In previous tutorials we showed [how to register an AI service](register-webservice). Now it's time to distribute and monetize a different type of an AI Service, in this case an OpenAI assistant.

## From where can I copy the Assistant ID?

The Assistant ID is a unique identifier for your assistant. You can find it in the [Assistant dashboard of OpenAI](https://platform.openai.com/assistants). The Assistant ID is the value starting by `asst_` in the ID column. For example: `asst_m3hDiBSEScF4vTyeGGJ8JI8T`.

<p align="center"><img src="/images/tutorials/builders/assistants/assistant_id_openai.png" width="600"/></p>

## From where can I copy Open AI access token?

The Open AI access token or secret API Key is the token that allows to use your assistant remotely. We recommend to create a new one from the [OpenAI API Keys](https://platform.openai.com/api-keys) page.

<p align="center"><img src="/images/tutorials/builders/assistants/access_toke_openai.png" width="600"/></p>


:::info

The OpenAI access token is private and encrypted. It will never be shared with anyone.

:::
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e6db78

Please sign in to comment.