cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.31k stars 493 forks source link

Which version gpt be used? #25

Closed khairulimran-97 closed 1 year ago

khairulimran-97 commented 1 year ago

Which version of gpt api be used for this? Can support gpt-4 later?

cogentapps commented 1 year ago

ChatGPT Turbo, which is GPT 3.5.

As far as I can tell from the docs (I don't have access yet), GPT-4 uses the exact same API as ChatGPT Turbo, so I'll look at adding an option to switch to GPT-4 if you have access.

cogentapps commented 1 year ago

Added in https://github.com/cogentapps/chat-with-gpt/pull/33, but only works if you have a GPT-4 invite.