BoltAI / BoltAI

BoltAI issue tracker
https://boltai.app
6 stars 0 forks source link

The data could't be read because it is missing. #98

Closed xueyixingbang closed 3 weeks ago

xueyixingbang commented 1 month ago

Other APIs are fine. As long as it's Azure GPT-4, this error occurs. When I recently configured the Azure API, I added a preview feature (asynchronous filters).

Could you possibly consider hiding this error? Because it feels like the API is running normally and there is no problem. For someone with OCD, this error is a bit unsettling.

longseespace commented 1 month ago

This usually happens when the response from Azure doesn't follow the OpenAI standard schema. Can you share with me the configuration so I could replicate the issue and fix the root cause.

Thanks

xueyixingbang commented 3 weeks ago

I identified the issue. The problem lies in the endpoint configuration where I specified an incorrect version number. Although the version number was close, it did not match the deployment I created in Azure. Sorry for the inconvenience. Thanks for you hardwork.