File size: 467 Bytes
10b617b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copy this file to .env and add your OpenAI API key
# Get your API key from: https://platform.openai.com/api-keys

OPENAI_API_KEY=your_openai_api_key_here

# Optional: Model configuration
# OPENAI_MODEL=gpt-4
# OPENAI_MODEL=gpt-3.5-turbo

# Optional: Temperature for model responses (0.0 to 2.0)
# TEMPERATURE=0.7

# Optional: Maximum tokens for responses
# MAX_TOKENS=4000

# Optional: Gradio server port (if you want to specify manually)
# GRADIO_SERVER_PORT=7860