1
0

.env.example 385 B

123456789
  1. # OpenRouter(推荐):在 https://openrouter.ai/keys 创建密钥
  2. OPENROUTER_API_KEY=sk-or-v1-xxxxxxxx
  3. OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
  4. OPENROUTER_MODEL=openai/gpt-4o-mini
  5. # 也可改用教材通用变量(与 HelloAgentsLLM 的 custom 模式一致)
  6. # LLM_API_KEY=sk-or-v1-xxxxxxxx
  7. # LLM_BASE_URL=https://openrouter.ai/api/v1
  8. # LLM_MODEL_ID=openai/gpt-4o-mini