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

this program generate different answer to chatgpt beta trial #14

Open
fastfading opened this issue Feb 13, 2023 · 4 comments
Open

this program generate different answer to chatgpt beta trial #14

fastfading opened this issue Feb 13, 2023 · 4 comments

Comments

@fastfading
Copy link

chatgpt beta trial
image

test on this program
image

looks like chatgpt beta trial is smart
why is that and how to improve

@kkdai
Copy link
Owner

kkdai commented Feb 14, 2023

Maybe it is because ChatGPT beta uses a better model.
Currently, we use "text-davinci-003"
You can change the model, by changing code

err := client.CompletionStreamWithEngine(ctx, gpt3.TextDavinci003Engine, gpt3.CompletionRequest{

@fastfading
Copy link
Author

it does not help .
looks like the api engine is stupid than web version

@christylernz
Copy link

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

@BitesizedLion
Copy link

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: share.hsforms.com/1u4goaXwDRKC9-x9IvKno0A4sk30

This is no longer the case, API is now available.

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

4 participants