What would you like to have?
My company's openai compatible service has a lot of models under the models/ endpoint. So, in gptstudio, this appears as a very long list, many of which won't work as a chat model (e.g., embedding, tts, stt), or other models that I'd prefer the dropdown to not list.
Ideally, I'd be able to do something like save_user_config(..., model_choices = c("claude_3_5_sonnet", "gpt-4o-mini", "gpt-4o")) but with no need to have any UI implementation for this.
Indeed, this may be helpful for the other services too.
In my case, I'm helping to set up the package for other users in my company, so I can set up this config file for them.
Of course, this is just a suggestion for how to implement. Perhaps there's an even better way to go.
Code of Conduct