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
How do I trace the exact API calls langchain makes to open ai? (specifically via AzureChatOpenAI).
Enabling langchain.debug = True, setting verbose=true where available, or tracing via LANGCHAIN_TRACING="True" doesn't provide all the details on exactly how the call is made -- for example I'm using open ai functions, but cannot see any details on how it sends those.
Any advice?
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.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I trace the exact API calls langchain makes to open ai? (specifically via AzureChatOpenAI).
Enabling
langchain.debug = True
, settingverbose=true
where available, or tracing viaLANGCHAIN_TRACING="True"
doesn't provide all the details on exactly how the call is made -- for example I'm using open ai functions, but cannot see any details on how it sends those.Any advice?
Beta Was this translation helpful? Give feedback.
All reactions