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
fromlangchain.chat_modelsimportChatOpenAIfromlangchain.schemaimport (
HumanMessage,
)
fromlangchain.callbacks.streaming_stdoutimportStreamingStdOutCallbackHandlerchat=ChatOpenAI(streaming=True, callbacks=[StreamingStdOutCallbackHandler()], temperature=0)
resp=chat([HumanMessage(content="Write me a song about sparkling water.")])
Supporting streaming is possible, but right now, it does not fit the most common 99% of scenarios for this library. Let me know if you believe otherwise
No description provided.
The text was updated successfully, but these errors were encountered: