.env.example 244 B

12345678910
  1. # LLM API 配置
  2. DEEPSEEK_API_KEY=your_api_key_here
  3. DEEPSEEK_MODEL_ID=deepseek-chat
  4. DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
  5. LLM_TIMEOUT=60
  6. # 服务器配置
  7. HOST=0.0.0.0
  8. PORT=8000
  9. CORS_ORIGINS=http://localhost:5173,http://localhost:3000