chatgpt
chatgpt copied to clipboard
this program generate different answer to chatgpt beta trial
chatgpt beta trial

test on this program

looks like chatgpt beta trial is smart why is that and how to improve
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
it does not help . looks like the api engine is stupid than web version
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
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.