Closed alies-dev closed 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.
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
Sorry, it's probably not a bug report, but just a question
I use
export OPENAI_MODEL=gpt-4
but the bot keep saying:Is that ok?
UPD: I run it using Docker,
OPENAI_MODEL
set in .env file: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