chatgpt icon indicating copy to clipboard operation
chatgpt copied to clipboard

this program generate different answer to chatgpt beta trial

Open fastfading opened this issue 2 years ago • 4 comments
trafficstars

chatgpt beta trial image

test on this program image

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

fastfading avatar Feb 13 '23 05:02 fastfading

Maybe it is because ChatGPT beta uses a better model. Currently, we use "text-davinci-003" You can change the model, by changing code https://github.com/kkdai/chatgpt/blob/7dd7f8e43905b241688906ff33643f504b94c7e0/main.go#L16

kkdai avatar Feb 14 '23 04:02 kkdai

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

fastfading avatar Feb 14 '23 05:02 fastfading

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

christylernz avatar Feb 15 '23 22:02 christylernz

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.

BitesizedLion avatar Mar 02 '23 15:03 BitesizedLion