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

Not all Openai models in dropdown and are different than api #118

Open
alphaDev23 opened this issue Jul 29, 2023 · 0 comments
Open

Not all Openai models in dropdown and are different than api #118

alphaDev23 opened this issue Jul 29, 2023 · 0 comments

Comments

@alphaDev23
Copy link

alphaDev23 commented Jul 29, 2023

Why is there a difference in the models that appear in the dropdown vs. those than those that are obtained via GET https://api.openai.com/v1/models? For example, the dropdown shows only 'GPT-3.5' and GPT3.5-16k' while the api provides:

  "id": "gpt-3.5-turbo-16k-0613",
  "id": "gpt-3.5-turbo-0301",
  "id": "gpt-3.5-turbo-16k",
  "id": "gpt-3.5-turbo-0613",
  "id": "gpt-3.5-turbo",

plus additional models outside the GPT-3 family. Also, I'm not sure which model 'GPT-3.5' and 'GPT-3.5-16k' are specifically referencing.

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

1 participant