mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-05 20:03:45 +00:00
Allows all chat models that implement _stream, but not _astream to still have async streaming to work. Amongst other things this should resolve issues with streaming community model implementations through langserve since langserve is exclusively async.