7 lines
269 B
Bash
7 lines
269 B
Bash
# OpenAI Configuration - Required for AI responses
|
|
OPENAI_API_KEY=your-openai-api-key-here
|
|
|
|
# Azure OpenAI Configuration (commented out for demo)
|
|
# AZURE_OPENAI_API_KEY=your-azure-openai-api-key-here
|
|
# AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com/
|