Showing Requested vs Actual Model in Chat Responses #2972
mohd-riaz
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Showing Requested vs Actual Model in Chat Responses
I opened a PR that adds a small transparency improvement to Odysseus.
When the model that actually responds differs from the model the user selected, the UI shows both:
selected-model -> actual-modelopenrouter/free -> resolved-modelprimary-model -> fallback-modelIf the requested and actual models are the same, the UI continues showing only a single model label.
This makes fallback chains, provider-side routing, and automatic failover much easier to understand at a glance without checking logs or debugging information.
PR is open for review and feedback. (#2562)
Screenshots
Beta Was this translation helpful? Give feedback.
All reactions