Merge pull request #182 from nixupp/patch-1

add `ENABLE_OPENAI_API`
This commit is contained in:
Timothy Jaeryang Baek 2024-08-13 18:24:25 +02:00 committed by GitHub
commit 18747d5862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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