Spaces:
Paused
Paused
File size: 301 Bytes
bc0f300 |
1 2 3 4 5 6 7 8 9 10 11 |
# For more information on environment variables, please refer to the documentation in ./docs/environment-variables.md
#### OpenAI
OPENAI_API_KEY=
# Must be 'azure' or 'open_ai'
OPENAI_API_TYPE=
##### Azure OpenAI
# Required when OPENAI_API_TYPE is set to 'azure'
OPENAI_ENDPOINT=
OPENAI_API_VERSION=
|