9 lines
266 B
Plaintext
9 lines
266 B
Plaintext
# API Keys Configuration
|
|
OPENAI_API_KEY=your-openai-key
|
|
ANTHROPIC_API_KEY=your-anthropic-key
|
|
GOOGLE_API_KEY=your-google-key
|
|
DEEPSEEK_API_KEY=your-deepseek-key
|
|
GROQ_API_KEY=your-groq-key
|
|
|
|
# Server Configuration
|
|
PORT=7860 # Change this if port 7860 is already in use |