seratch / ChatGPT-in-Slack

Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
MIT License
441 stars 167 forks source link

Bot keep saying it's based on GPT-3 , even if I specify `gpt-4` #65

Closed alies-dev closed 11 months ago

alies-dev commented 11 months ago

Sorry, it's probably not a bug report, but just a question

I use export OPENAI_MODEL=gpt-4 but the bot keep saying:

I'm based on the GPT-3 model developed by OpenAI.

Is that ok?

image

UPD: I run it using Docker, OPENAI_MODEL set in .env file:

docker run --env-file ./.env -e OPENAI_MODEL="gpt-4" -it myfork/chatgpt-in-slack

I duplicated OPENAI_MODEL even in a command to ensure that it's not .env file issue: response still the same .

I forked the repo about a week ago, so the code is fresh

seratch commented 11 months ago

Hi @alies-dev, thanks for writing in. I also confirmed that indeed ChatGPT responds this way. If I understand correctly, this seems be an issue (if you call it an issue) on the ChatGPT side, so this project as a consumer of their APIs does not have anything it can do to eliminate the confusion.

bmangold commented 10 months ago

I have this same exact problem, but I also clearly see the API usage limits for "GPT-4" in the OpenAI increasing only for GPT-4-0613 https://platform.openai.com/usage