Niek / chatgpt-web

ChatGPT web interface using the OpenAI API
https://niek.github.io/chatgpt-web/
GNU General Public License v3.0
1.78k stars 462 forks source link

new gpt4turbo model #446

Closed henosis-us closed 2 months ago

Niek commented 2 months ago

Can you please limit the changes to src/lib/providers/openai/models.svelte?

Fixes #445

henosis-us commented 2 months ago

My last commit has a more minimal fix. onst errObj = await response.json(); causes an error because the service does not return proper json.