Error message for non existing URL - 'Invalid URL (POST /v1/engines/gpt_4o/completions)' #29214
Unanswered
peterlitvak
asked this question in
Q&A
Replies: 0 comments
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.
-
Checked other resources
Commit to Help
Example Code
Description
Our application calls MS Azure Open AI completion endpoint for RAG-based flow.
We use:
Once in a while, we get the following response:
The odd thing is that there is no URL like that anywhere in our code base or any of the libraries. There are not even parts of that URL.
Has anyone encountered this kind of issue before?
System Info
Ubuntu 22.04
langchain = "0.1.6"
langchain-community = "0.0.19"
langchain-core = "0.1.22"
langchain-openai = "0.0.5"
openai = "1.12.0"
Beta Was this translation helpful? Give feedback.
All reactions