chatgpt-web
chatgpt-web copied to clipboard
Allow model support of gpt-4-turbo
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
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:
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?
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.
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.
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.
Should be properly supported now. Please open a a new issue if you still encounter problems.