run-llama / sec-insights

A real world full-stack application using LlamaIndex
https://www.secinsights.ai/
MIT License
2.32k stars 631 forks source link

Error: Unable To Load Chat Response - openai.BadRequestError #101

Open CamDuffy1 opened 6 months ago

CamDuffy1 commented 6 months ago

I've noticed an occasional error where the front-end conversation interface cannot load a chat response. I am running the application locally from Codespace using the latest version of the main branch. The error seems to be repeatable based on the specific wording of prompts:

2024-03-01 - openai BadRequestError - GUI - 02

When this happens, I see a corresponding openai.BadRequestError error message on the backend server.

2024-03-01 - openai BadRequestError - CLI