More OpenAI configurability #23426
KTibow
announced in
Product Research
Replies: 1 comment
-
Being able to configure multiple endpoints/apikeys for the same underlying "provider" is a duplicate of: As the number of models/providers grows the single monolithic list of models is definitely becoming harder to use. There have been some mocks of alternatives done internally (multiple dropdowns; folding by provider; pinning specific models, hiding models, etc) but we haven't landed on anything specific yet. I'm going go ahead and migrate this to a discussion in case folks have further ideas. Thanks for reporting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check for existing issues
Describe the feature
tl;dr I'd like a way to remove models and possibly use separate APIs and reorder models
For context, if you reconfigure your OpenAI base URL, the models get really pushed down. You also can't have two different OpenAI base URLs.
Continue to the mockup section for some of my ideas.
Environment
If applicable, add mockups / screenshots to help present your vision of the feature
So the main thing I'd like is a way to disable models that are unneeded.
There's a few ways this could work:
This would look like the existing model chooser but with
x
or-
buttons to remove models.This could have the bonus of allowing reordering of models if dragging was enabled.
The second thing I'd like is to allow multiple URLs. This could look like
or it could look like
The first version would have you configure every model you want to use. The second version would have Zed fetch all available models using the
models
endpoint, and ask you to remove the ones you don't want with the previous model removal methods. Both would require Zed to store separate auth tokens for each API URL.Beta Was this translation helpful? Give feedback.
All reactions