10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
# API Keys for different model providers
|
|
# Copy this file to .env and fill in your API keys
|
|
|
|
# For Qwen models (via DashScope)
|
|
DASHSCOPE_API_KEY="your_dashscope_api_key_here"
|
|
|
|
# For OpenAI models
|
|
OPENAI_API_KEY="your_openai_api_key_here"
|
|
|