|
# LLM Providers (set the one you use)
|
|
OPENAI_API_KEY=
|
|
GOOGLE_API_KEY=
|
|
ANTHROPIC_API_KEY=
|
|
XAI_API_KEY=
|
|
OPENROUTER_API_KEY=
|
|
|
|
# Ollama (local models) - optional, defaults to http://localhost:11434/v1
|
|
# Set this if Ollama is running on a different host or port
|
|
OLLAMA_BASE_URL=
|