File size: 178 Bytes
9e6cbd4
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# Required
OPENAI_API_KEY=your-api-key-here

# Optional - uncomment to customize
# OPENAI_API_BASE=https://api.openai.com/v1
# MODEL_NAME=gpt-4o-mini
# TEMPERATURE=0
# PORT=7860