File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/orq-rc/src/orq_ai_sdk/langchain Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def log_event(self, event: LlmEvent):
62
62
"Authorization" : f"Bearer { self .api_key } "
63
63
}
64
64
65
- response = httpx .post (f"{ self .api_url } /v2/traces-api /langchain" , headers = headers , json = event .model_dump ())
65
+ response = httpx .post (f"{ self .api_url } /v2/traces/langchain" , headers = headers , json = event .model_dump ())
66
66
67
67
class OrqLangchainCallback (BaseCallbackHandler ):
68
68
"""Base callback handler that can be used to handle callbacks from langchain."""
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def log_event(self, event: LlmEvent):
62
62
"Authorization" : f"Bearer { self .api_key } "
63
63
}
64
64
65
- response = httpx .post (f"{ self .api_url } /v2/traces-api /langchain" , headers = headers , json = event .model_dump ())
65
+ response = httpx .post (f"{ self .api_url } /v2/traces/langchain" , headers = headers , json = event .model_dump ())
66
66
67
67
class OrqLangchainCallback (BaseCallbackHandler ):
68
68
"""Base callback handler that can be used to handle callbacks from langchain."""
You can’t perform that action at this time.
0 commit comments