TradingAgents/.env.slurm.template

40 lines
1.1 KiB
Plaintext

# TradingAgents SLURM Configuration
# Copy this file to .env and customize for your cluster environment
# LLM Configuration
LLM_PROVIDER=ollama
LLM_BACKEND_URL=http://localhost:11434/v1
DEEP_THINK_LLM=llama3.2
QUICK_THINK_LLM=llama3.2
# Alternative: OpenAI/OpenRouter Configuration
# LLM_PROVIDER=openai
# LLM_BACKEND_URL=https://api.openai.com/v1
# DEEP_THINK_LLM=gpt-4
# QUICK_THINK_LLM=gpt-3.5-turbo
# OPENAI_API_KEY=your_openai_api_key_here
# Alternative: Anthropic Configuration
# LLM_PROVIDER=anthropic
# DEEP_THINK_LLM=claude-3-sonnet-20240229
# QUICK_THINK_LLM=claude-3-haiku-20240307
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
# TradingAgents Configuration
TRADINGAGENTS_RESULTS_DIR=./results
MAX_DEBATE_ROUNDS=2
MAX_RISK_DISCUSS_ROUNDS=2
ONLINE_TOOLS=true
# Data Sources API Keys (optional but recommended)
FINNHUB_API_KEY=your_finnhub_api_key
REDDIT_CLIENT_ID=your_reddit_client_id
REDDIT_CLIENT_SECRET=your_reddit_client_secret
REDDIT_USER_AGENT=TradingAgents/1.0
# SLURM Cluster Specific
SLURM_PARTITION=cpu
SLURM_GPU_PARTITION=gpu
SLURM_MAX_TIME=08:00:00
SLURM_DEFAULT_MEMORY=16G