TradingAgents-astock/.env.example

23 lines
915 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LLM Providers (set the one you use)
OPENAI_API_KEY=
GOOGLE_API_KEY=
ANTHROPIC_API_KEY=
XAI_API_KEY=
DEEPSEEK_API_KEY=
DASHSCOPE_API_KEY=
ZHIPU_API_KEY=
MINIMAX_API_KEY=
OPENROUTER_API_KEY=
# 第三方中转 / 代理网关地址(可选)。设置后所有模型请求走此地址,
# 方便国内通过中转访问 Claude / OpenAI 等。Web UI 侧边栏也可直接填写。
# 例: BACKEND_URL=https://your-proxy.com/v1
BACKEND_URL=
# Claude Agent SDK provider仅个人自用可选依赖 [agentsdk])。
# 让 deep_thinking_llm 节点走你个人 Claude Pro/Max 订阅额度而非按 token 计费的 API。
# 用 `claude setup-token`(已登录 Pro/Max 账号)生成后填这里。
# ⚠️ 与 ANTHROPIC_API_KEY 不可共存API key 优先级更高会悄悄走 API 计费,
# 启用该 provider 时若检测到 ANTHROPIC_API_KEY 会直接报错中止(护栏)。
CLAUDE_CODE_OAUTH_TOKEN=