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

How to change the version of ChatGPT? #576

Open
navotera opened this issue Apr 22, 2024 · 3 comments
Open

How to change the version of ChatGPT? #576

navotera opened this issue Apr 22, 2024 · 3 comments

Comments

@navotera
Copy link

I have use the paid version API and when I change the version it does not change based on the ChatGPT respond.
image

Thank you for any of the support.

@ls-ramos
Copy link

Hey @navotera this issue you are experiencing I believe is not really because of a problem with the UI, this is the normal behaviour when using the model called gpt-4.

There are many questions online about that. For example: gpt-4-through-api-says-its-gpt-3 , anyone-getting-gpt-3-responses-when-calling-api-for-gpt-4-model, api-model-set-to-gpt-4-but-seems-to-respond-as-gpt-3

To see the expected result (the model saying it is based on chat GPT 4) use the model: gpt-4-turbo for example.

Showing this behaviour locally:

Model gpt-4:
Screenshot 2024-04-29 at 19 05 20

Model gpt-4-turbo:
Screenshot 2024-04-29 at 19 06 02

@navotera
Copy link
Author

Thank you for your response.
It should be noted in the readme to avoid such confusion.

@quasimik
Copy link
Sponsor Contributor

@navotera LLMs are generally not introspective, because their own parameters (model name, cutoff date, etc.) are not generally present in training data. there are many such tripping hazards for new users of LLMs, and i think this kind of knowledge is unfortunately out of scope for this repo. they would be better suited to tutorials or cheatsheets providing general information.

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