feat: add DEEPSEEK_API_KEY to environment configuration
This commit is contained in:
parent
3018c73b8e
commit
7c5add80ed
|
|
@ -4,3 +4,4 @@ GOOGLE_API_KEY=
|
|||
ANTHROPIC_API_KEY=
|
||||
XAI_API_KEY=
|
||||
OPENROUTER_API_KEY=
|
||||
DEEPSEEK_API_KEY=
|
||||
|
|
@ -127,6 +127,7 @@ export ANTHROPIC_API_KEY=... # Anthropic (Claude)
|
|||
export XAI_API_KEY=... # xAI (Grok)
|
||||
export OPENROUTER_API_KEY=... # OpenRouter
|
||||
export ALPHA_VANTAGE_API_KEY=... # Alpha Vantage
|
||||
export DEEPSEEK_API_KEY=... # DeepSeek
|
||||
```
|
||||
|
||||
For local models, configure Ollama with `llm_provider: "ollama"` in your config.
|
||||
|
|
|
|||
Loading…
Reference in New Issue