RAG with Azure OpenAI 400 error unsupported data type #4802
Closed
wizedkyle
started this conversation in
Help Wanted
Replies: 1 comment
-
Turns out it was an issue in the use of base url. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have deployed Librechat which works great with Azure OpenAI GPT 3.5-turbo-0613 (which supports chat completion), however working with files and the deployed RAG API I am hitting issues with Azure OpenAI returning a 400 error:
The configuration is correct within RAG by the looks as requests are making it to Azure and I have tried multiple file types from .txt, .docx. pptx and I get the same error. I have also changed the Azure OpenAI API version as there can be issues there but still the same issue.
Has anyone seen a similar issue?
Beta Was this translation helpful? Give feedback.
All reactions