We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fefbf4 commit 1f036c8Copy full SHA for 1f036c8
src/replicate/lib/_stream.py
@@ -80,9 +80,6 @@ def stream(
80
Returns:
81
An iterator (or async iterator) that yields output strings as they are
82
generated by the model
83
-
84
- Raises:
85
- DeprecationWarning: Always raised when this function is called
86
"""
87
# Log deprecation warning with helpful migration example
88
warnings.warn(
0 commit comments