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 e4c37f7 commit 097f857Copy full SHA for 097f857
dspy/streaming/streamify.py
@@ -183,7 +183,7 @@ async def async_streamer(*args, **kwargs):
183
# No listeners are configured, yield the chunk directly for backwards compatibility.
184
yield value
185
else:
186
- # We are receiving a chunk from the LM's response stream, delgate it to the listeners to
+ # We are receiving a chunk from the LM's response stream, delegate it to the listeners to
187
# determine if we should yield a value to the user.
188
output = None
189
for listener in predict_id_to_listener[value.predict_id]:
0 commit comments