Spaces:
Runtime error
Runtime error
File size: 188 Bytes
82a7a28 |
1 2 3 4 5 6 7 |
# Define the OpenAI API key here if you want to use a local .env file for that.
OPENAI_API_KEY=....
# Or the Azure OpenAI API details
AZURE_OPENAI_API_KEY=....
AZURE_OPENAI_ENDPOINT=....
|