Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srdas committed Oct 25, 2024
1 parent 1b25b25 commit 8c3ae72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/source/developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,6 @@ async def stream_reply(
assert self.llm_chain
assert isinstance(self.llm_chain, Runnable)
```
The function `stream_reply` in `base.py` first shows a pending message, and
then processes the streamed response in chunks. It is possible to interrupt the
stream in which case `stream_interrupted` is set to `True`. Streaming is
handled by the `astream` method in the `llm_chain`. Streaming concludes
after all chunks have been streamed.

## Custom message footer

Expand Down

0 comments on commit 8c3ae72

Please sign in to comment.