Skip to content

Commit

Permalink
import change
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Aug 9, 2024
1 parent 62e8585 commit 15f04ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v1/usage/langchain-callback-handler.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ properly include `instrument_llm_calls=False`. In this case, call

Initialize the handler with its constructor and pass it into the callbacks array from Langchain.
```python
from agentops.partners.langchain_callback_handler import LangchainCallbackHandler
from agentops.langchain_callback_handler import LangchainCallbackHandler
ChatOpenAI(callbacks=[LangchainCallbackHandler()])
```

Expand Down

0 comments on commit 15f04ac

Please sign in to comment.