mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-26 17:38:36 +00:00
Carry model, provider, and model_options through the API server's execution surfaces (session chat, Chat Completions, Responses, /v1/runs) without mutating global configuration. Precedence: session /model override -> model_routes alias -> direct request selection -> global defaults. Conflicting route/provider mixes fail closed with 400. model_options stays request-scoped regardless of which selection wins. Salvaged from PR #54426 by @abundantbeing.
1 line
14 B
Text
1 line
14 B
Text
abundantbeing
|