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
When I go to select models in the app I am given a list of all providers that exist in the multiverse. Making the search pretty useless as even if I search for "Claude" I still would need to scroll down for a while to find the provider and model I wish to use.
Really this list should only list models from providers I am connected to like crush models does but until then, how can I disable these providers.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
How do I hide all these providers?
When I go to select models in the app I am given a list of all providers that exist in the multiverse. Making the search pretty useless as even if I search for "Claude" I still would need to scroll down for a while to find the provider and model I wish to use.
Really this list should only list models from providers I am connected to like
crush modelsdoes but until then, how can I disable these providers.I figured out that I could do:
{ "$schema": "https://charm.land/crush.json", "options": {}, "providers": { "bedrock": { "disable": true }, ... } }But that only makes things disappear from the
crush modelslist but they still appear in the TUI.Beta Was this translation helpful? Give feedback.
All reactions