21 lines
843 B
Bash
21 lines
843 B
Bash
# Copy this to your .env file and modify the URLs and API keys as needed
|
|
|
|
# Custom OpenAI-Compatible Provider (optional)
|
|
# If provided, a "Custom" option will appear first in the provider list
|
|
# The custom endpoint must be OpenAI-compatible (REST API, not gRPC)
|
|
# CUSTOM_BASE_URL=https://www.example.com/v1
|
|
# CUSTOM_API_KEY=sk-your-custom-api-key-here
|
|
|
|
# Standard Provider API Keys, please replace with your own keys to use the corresponding provider
|
|
OPENAI_API_KEY=sk-your-openai-api-key-here
|
|
ANTHROPIC_API_KEY=sk-ant-your-anthropic-api-key-here
|
|
GOOGLE_API_KEY=your-google-api-key-here
|
|
OPENROUTER_API_KEY=sk-or-your-openrouter-api-key-here
|
|
# OLLAMA_API_KEY is usually not needed for local Ollama instances
|
|
|
|
# Other Configuration
|
|
FINNHUB_API_KEY=your-finnhub-api-key-here
|
|
|
|
# Optional, uncomment to modify
|
|
# TRADINGAGENTS_RESULTS_DIR=./results
|