mirror of
https://github.com/domfelipe/hermes-client-onboarding.git
synced 2026-08-07 05:16:42 +00:00
Always set DeepSeek base_url to avoid OpenRouter 401
Leftover model.base_url pointing at openrouter.ai causes Missing Authentication header even with a valid DEEPSEEK_API_KEY.
This commit is contained in:
parent
89b036652c
commit
f86c06d521
4 changed files with 21 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ Equivalente manual:
|
|||
hermes config set DEEPSEEK_API_KEY "sk-..."
|
||||
hermes config set model.provider deepseek
|
||||
hermes config set model.default deepseek-v4-flash
|
||||
hermes config set model.base_url "https://api.deepseek.com/v1"
|
||||
```
|
||||
|
||||
Não imprime secrets.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue