mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-19 03:26:46 +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.