Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only show GPT models that are available for your API key #96

Open
dbosman opened this issue Oct 16, 2023 · 0 comments
Open

Only show GPT models that are available for your API key #96

dbosman opened this issue Oct 16, 2023 · 0 comments
Assignees

Comments

@dbosman
Copy link

dbosman commented Oct 16, 2023

Hi Team,

First of all, i like the tool that you build.
I build a similar tool (only for windows) a while ago as a POC and i added following functionality into the tool:

In settings, where you select the model, this can be made dynamically by looking up the models available for your API key.
After the list is retrieved, the models that you don't want can be filtered out. (f.e. only keep models that start with GPT)

This has 2 advantages:

  • If OpenAI adds a new GPT model it will automatically become visible if the user is allowed to use it.
  • Users can never choose a model that does not work. (f.e. no access yet to GPT-4)

The API call documentation for retrieving available models: https://platform.openai.com/docs/api-reference/models/list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants