langchain
a3d2a2ec - Harrison/streamlit handler (#488)

Commit
3 years ago
Harrison/streamlit handler (#488) also add a set handler method usage is: ``` from langchain.callbacks.streamlit import StreamlitCallbackHandler import langchain langchain.set_handler(StreamlitCallbackHandler()) ``` produces the following output ![Screen Shot 2022-12-29 at 10 50 33 PM](https://user-images.githubusercontent.com/11986836/210032762-7f53fffa-cb2f-4dac-af39-7d4cf81e55dd.png) only works for agent stuff currently
Author
Parents
Loading