mql5/.env.example

13 lines
418 B
Text

# SiliconFlow API Configuration
# Get your API key from https://cloud.siliconflow.cn/
SILICONFLOW_API_KEY=sk-lapiomzehuojnvjentexbctuajfpyfxjakwtowyiwldsfogo
SILICONFLOW_API_URL=https://api.siliconflow.cn/v1
# Model Selection
# Choose between DeepSeek and Qwen models
DEEPSEEK_MODEL=deepseek-ai/DeepSeek-V3.1-Terminus
QWEN_MODEL=Qwen/Qwen3-VL-235B-A22B-Thinking
# Server Configuration
FLASK_ENV=production
PORT=5002