Skip to content

Commit

Permalink
Merge pull request #586 from RizaFarheen/main
Browse files Browse the repository at this point in the history
open api
  • Loading branch information
nhandt2021 authored Dec 6, 2023
2 parents 986d391 + 0d6128b commit c274942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/integrations/ai-llm/open-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ Before beginning to integrate with OpenAI, you need to generate the API key from

1. Navigate to the [OpenAI platform](https://platform.openai.com/).
2. Create an account or sign up with your existing account.
3. Click on your account name from the top-right corner, and click **View API keys**.

<p align="center"><img src="/content/img/view-api-keys.png" alt="View API Keys in OpenAI API platform" width="100%" height="auto"></img></p>

4. Click **+Create new secret key**.
3. From the left menu, click **[API keys](https://platform.openai.com/api-keys)** and then click **+Create new secret key**.

<p align="center"><img src="/content/img/create-new-api-key.png" alt="Create new API Keys in OpenAI API platform" width="100%" height="auto"></img></p>

5. Provide a name for your secret and click **Create secret key**.
6. Copy and keep your generated key safely, as they would be shown only once.
4. Provide a name for your secret and click **Create secret key**.
5. Copy and keep your generated key safely, as they would be shown only once.

## Integrating with OpenAI as a model provider

Expand Down
Binary file modified static/img/create-new-api-key.png
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 c274942

Please sign in to comment.