run-llama / chat-llamaindex

https://chat.llamaindex.ai
MIT License
849 stars 261 forks source link

Deactivated GPT4 on chat.llamaindex.ai #91

Closed StarRing2022 closed 5 months ago

StarRing2022 commented 5 months ago

Dear friends, I regret to inform you that Chatlamaindex's response has been invalidated

{ "error": true, "message": "There was an error calling the OpenAI API. Please try again later." }

marcusschiesser commented 5 months ago

Sorry for the trouble @StarRing2022

All of the demo bots have been using GPT4, and we deactivated support for GPT4 on https://chat.llamaindex.ai/

As the demo bots are stored in your local browser, please click on "Clear All Data" on the settings page:

image

This will re-create the demo bots using GPT 3.5.

You can still use GPT4 on your local deployment of chat llamaindex. The ALLOW_ALL_MODELS env variable controls the behavior, which is set to TRUE by default.

StarRing2022 commented 5 months ago

Thanks,Give best wishes