Spaces:
Sleeping
Sleeping
File size: 291 Bytes
6977736 | 1 2 3 4 5 6 7 8 9 | # ⚠️ Copy this file to .env and replace with your actual API keys.
# Never commit .env or real API keys to version control.
OPENAI_API_KEY=your_openai_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Optional: switch LLM backend (default: anthropic)
# LLM_PROVIDER=openai
|