17 lines
646 B
Plaintext
17 lines
646 B
Plaintext
# Data vendor API keys
|
|
ALPHA_VANTAGE_API_KEY=alpha_vantage_api_key_placeholder
|
|
|
|
# LLM Provider API keys (set the ones you want to use)
|
|
OPENAI_API_KEY=openai_api_key_placeholder
|
|
ANTHROPIC_API_KEY=anthropic_api_key_placeholder
|
|
GEMINI_API_KEY=gemini_api_key_placeholder
|
|
OPENROUTER_API_KEY=openrouter_api_key_placeholder
|
|
|
|
# Local LLM provider URLs (optional, defaults shown)
|
|
# OLLAMA_URL=http://localhost:11434
|
|
# LM_STUDIO_URL=http://localhost:1234
|
|
|
|
# Feature flags
|
|
# Set to "true" to fetch latest models from APIs and use latest web_search tool
|
|
# Set to "false" or leave unset for static model lists and web_search_preview (legacy)
|
|
FETCH_LATEST=true |