mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-04 07:31:58 +00:00
fix(aux): default OpenRouter auxiliary to gemini-3-flash-preview
This commit is contained in:
parent
e3f7ff1123
commit
822e92edb3
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ NOUS_EXTRA_BODY = _nous_extra_body()
|
|||
auxiliary_is_nous: bool = False
|
||||
|
||||
# Default auxiliary models per provider
|
||||
_OPENROUTER_MODEL = "google/gemini-2.5-flash"
|
||||
_OPENROUTER_MODEL = "google/gemini-3-flash-preview"
|
||||
_NOUS_MODEL = "google/gemini-3-flash-preview"
|
||||
_NOUS_DEFAULT_BASE_URL = "https://inference-api.nousresearch.com/v1"
|
||||
_ANTHROPIC_DEFAULT_BASE_URL = "https://api.anthropic.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue