generated from nevermined-io/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from nevermined-io/feat/openai_assistants
Assistants
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.