Skip to content

Commit

Permalink
add ENABLE_OPENAI_API
Browse files Browse the repository at this point in the history
based on ollama one
  • Loading branch information
nixupp authored Aug 13, 2024
1 parent f6183a8 commit 39dccf4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting-started/env-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ Here is a list of supported environment variables used by `backend/config.py` in

### OpenAI

#### `ENABLE_OPENAI_API`

- Default: `true`
- Description: Enables the use of OpenAI APIs.

#### `OPENAI_API_KEY`

- Description: Sets the OpenAI API key.
Expand Down

0 comments on commit 39dccf4

Please sign in to comment.