-
Notifications
You must be signed in to change notification settings - Fork 45
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
this program generate different answer to chatgpt beta trial #14
Comments
Maybe it is because ChatGPT beta uses a better model. Line 16 in 7dd7f8e
|
it does not help . |
The Davinci model used here is GPT-3. OpenAI created ChatGPT by taking the GPT-3 models and 'fine-tuning' it into GPT-3.5 and then some other refinements I'm unclear on into ChatGPT in its current form. GPT-3 is actually more powerful, but you have to take the differences into account when using it. Here is an article that describes the differences: https://merunasgrincalaitis.medium.com/chatgpt-vs-gpt-3-by-merun-4c282c83d50a ChatGPT is specifically designed for chatbot applications and is not actually available via an API yet. You can sign up to the waiting list for access here: https://share.hsforms.com/1u4goaXwDRKC9-x9IvKno0A4sk30 |
This is no longer the case, API is now available. |
chatgpt beta trial
test on this program
looks like chatgpt beta trial is smart
why is that and how to improve
The text was updated successfully, but these errors were encountered: