You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
When setting { verbose: true} in AzureChatOpenAI constructor it would be very useful if verbose trace showed the actual http request it is attempting to make, including the full request URI.
constmodel=newAzureChatOpenAI({verbose: true,});
That would help a lot in troubleshooting the 404 MODEL_NOT_FOUND errors.
Motivation
Trying to use LangChain with Azure open AI and keep getting 404 MODEL_NOT_FOUND error. Tried to see what is the actual URL that LangChain is trying to call and I thought setting { verbose: true} would show it but it does now. If I could get the raw URL I would compare it with a working curl request and easily find out what is causing the error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
When setting
{ verbose: true}
in AzureChatOpenAI constructor it would be very useful if verbose trace showed the actual http request it is attempting to make, including the full request URI.That would help a lot in troubleshooting the 404 MODEL_NOT_FOUND errors.
Motivation
Trying to use LangChain with Azure open AI and keep getting 404 MODEL_NOT_FOUND error. Tried to see what is the actual URL that LangChain is trying to call and I thought setting
{ verbose: true}
would show it but it does now. If I could get the raw URL I would compare it with a working curl request and easily find out what is causing the error.Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions