fix(aux): default OpenRouter auxiliary to gemini-3-flash-preview

This commit is contained in:
teknium1 2026-05-17 12:44:11 -07:00 committed by Teknium
parent e3f7ff1123
commit 822e92edb3

View file

@ -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"