6 lines
181 B
Bash
6 lines
181 B
Bash
# OpenAI API Configuration
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
|
|
# Other API Keys (optional)
|
|
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
|
# GROQ_API_KEY=your_groq_api_key_here |