0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 151 forks source link

Any idea what actually makes AI reply here different to official homepage site #66

Closed abdulbadii closed 1 year ago

abdulbadii commented 1 year ago

Any idea why AI reply here different to official homepage https://chat.openai.com/chat , what actually makes it so and how to obtain the one in that site?

0xacx commented 1 year ago

The site https://chat.openai.com/chat is probably running gpt-4, while the script is using the gpt-3.5-turbo. The gpt-4 api is not open to everyone, but only to subscribers and people who got early access. If you have access to gpt-4 you can set the model it in the script and use it. When you visit the site you can check in the bottom what version is running: https://help.openai.com/en/articles/6825453-chatgpt-release-notes