# LLM 模型配置
MODEL_NAME=qwen3.7-max-2026-06-08
MODEL_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
DASHSCOPE_API_KEY=your_dashscope_api_key

# 通义千问模型配置
QWEN_MODEL_NAME=qwen3.7-max-2026-06-08
QWEN_PLUS_MODEL_NAME=qwen3.7-plus
QWEN_MODEL_URL=https://dashscope.aliyuncs.com/compatible-mode/v1

# DeepSeek 模型配置
DEEPSEEK_MODEL_NAME=deepseek-chat
DEEPSEEK_MODEL_URL=https://api.deepseek.com/v1
DEEPSEEK_API_KEY=your_deepseek_api_key

# MySQL 数据库配置
DATABASE_HOST=localhost
DATABASE_PORT=3306
DATABASE_USER=root
DATABASE_PASSWORD=your_database_password
DATABASE_NAME=your_database

# Redis 配置
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_DB=0

# SMTP 邮件配置
SMTP_HOST=smtp.qq.com
SMTP_PORT=465
SMTP_USER=your_email@qq.com
SMTP_PASSWORD=your_smtp_authorization_code