Skip to content

Commit

Permalink
Fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
d61h6k4 committed Jun 20, 2023
1 parent 7ca3e85 commit 235129c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/docs/llms/llm-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,17 @@ interaction between the two.
To configure the API token, follow these steps:

1. If you haven't already, sign up for an account on the OpenAI platform.
Navigate to the OpenAI Key Management page at https://platform.openai.com/account/api-keys.
Once there, click on the "Create New Secret Key" button to initiate the process of

2. Navigate to the [OpenAI Key Management page](https://platform.openai.com/account/api-keys),
and click on the "Create New Secret Key" button to initiate the process of
obtaining your API key.

2. Setting the API key as an environment variable, you can use the following command in a
3. To set the API key as an environment variable, you can use the following command in a
terminal or command prompt:
```shell Copy code
export OPENAI_API_KEY=<your-api-key>
```shell
export OPENAI_API_KEY=<your-api-key>
```
Replace `<your-api-key>` with the actual API key you obtained from the OpenAI platform.
Replace `<your-api-key>` with the actual API key you obtained from the OpenAI platform.

### Model Configuration

Expand Down

0 comments on commit 235129c

Please sign in to comment.