Skip to content

[FR]: Allow for changing which models appear in dropdown for openai compatible services #249

@stevegbrooks

Description

@stevegbrooks

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions