diff --git a/docs/integrations/ai-llm/open-ai.md b/docs/integrations/ai-llm/open-ai.md index 1fde2bfb..605d694c 100644 --- a/docs/integrations/ai-llm/open-ai.md +++ b/docs/integrations/ai-llm/open-ai.md @@ -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**. - -

View API Keys in OpenAI API platform

- -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**.

Create new API Keys in OpenAI API platform

-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 diff --git a/static/img/create-new-api-key.png b/static/img/create-new-api-key.png index 36858cb8..69ca431a 100644 Binary files a/static/img/create-new-api-key.png and b/static/img/create-new-api-key.png differ