mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 20:32:22 +03:00
ee6f834028
`LanguageModel::stream_completion_text` can poll the `stream_completion` stream (ultimately a `futures::Unfold`) after it's returned `Ready(None)`, which leads to a panic; avoid this by fusing the stream. Release Notes: - Fixed a panic when streaming language model completions |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |