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