Skip to content

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

Description

@dbosman

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions