chatgpt-web icon indicating copy to clipboard operation
chatgpt-web copied to clipboard

Allow model support of gpt-4-turbo

Open RightHandedMonkey opened this issue 9 months ago • 4 comments

Add support to the newly added gpt-4-turbo models

From the call to openai on my account to https://api.openai.com/v1/models it shows an available gpt-4-turbo selection in addition to gpt-4-turbo-2024-04-09.

Also I'm not sure if this is related, but for me, selecting the model gpt-4-turbo-preview now gives an Error: 200 - Unknown Response

RightHandedMonkey avatar May 04 '24 14:05 RightHandedMonkey

Having issues with any of the GPT-4 models, as of this morning. They are all returning an Error: 200 - Unknown Response just like mentioned above: image

Only working model for me seems to be 3.5

Any guidance on turning on some more verbose logging to see what's going on?

agathanon avatar May 04 '24 17:05 agathanon

Resolved my issue because I forgot to rebuild the container after pulling.

@RightHandedMonkey git pull && docker compose build chatgpt_web. You can try rebuilding all containers, but there are currently some errors that cause the mocked_api container to fail its build.

agathanon avatar May 04 '24 18:05 agathanon

Hey @agathanon thanks for the tip. Looks like we still need gpt-4-turbo added to the repo. Regarding the other issue, I was only running npm run build and it wasn't rebuilding the docker container, and your command fixed that issue I was having with gpt-4 models.

RightHandedMonkey avatar May 04 '24 19:05 RightHandedMonkey

We are also having issues with the latest API Versions. Not sure what changed, but even with the latest commits merged it errors most of the time. Could also be a general API Problem. I am not sure. Sometimes it works, most of the time it doesnt.

image

knoxz avatar May 06 '24 13:05 knoxz

Should be properly supported now. Please open a a new issue if you still encounter problems.

Niek avatar May 13 '24 15:05 Niek