.env.example 242 B

1234567891011121314
  1. # HelloAgents LLM配置
  2. # 模型名称
  3. LLM_MODEL_ID=Qwen/Qwen2.5-72B-Instruct
  4. # API密钥
  5. LLM_API_KEY=your_api_key_here
  6. # 服务地址
  7. LLM_BASE_URL=https://api-inference.modelscope.cn/v1
  8. # 超时时间(可选,默认60秒)
  9. LLM_TIMEOUT=60