You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:
The API call documentation for retrieving available models: https://platform.openai.com/docs/api-reference/models/list
The text was updated successfully, but these errors were encountered: