You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pass LiteLLM credentials when flushing model cache
When refreshing LiteLLM models, the cache flush was not receiving the
required apiKey and baseUrl parameters, causing an 'Invalid URL' error.
This fix:
- Updates flushModels() to accept optional GetModelsOptions parameter
- Passes LiteLLM credentials when flushing cache in both places:
1. When explicitly refreshing via flushRouterModels message
2. When requesting models with new credentials
Fixes#9682
0 commit comments