Skip to content

Commit

Permalink
Merge pull request #182 from nixupp/patch-1
Browse files Browse the repository at this point in the history
add `ENABLE_OPENAI_API`
  • Loading branch information
tjbck authored Aug 13, 2024
2 parents f6183a8 + 39dccf4 commit 18747d5
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 18747d5

Please sign in to comment.