Skip to content

Commit bbe2481

Browse files
authored
Merge pull request #17 from ahuang11/patch-1
Fix typo strem_to -> stream_to
2 parents efa67b6 + a03bd77 commit bbe2481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/streaming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This can enhance the user experience by already showing part of the response but
88
If you want to stream all the tokens generated quickly to your console output,
99
you can use the `settings.console_stream = True` setting.
1010

11-
## `strem_to()` wrapper
11+
## `stream_to()` wrapper
1212

1313
For streaming with non runnable funcchains you can wrap the LLM generation call into the `stream_to()` context manager. This would look like this:
1414

0 commit comments

Comments
 (0)