Skip to content

Commit 097f857

Browse files
typo fix (#8462)
1 parent e4c37f7 commit 097f857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/streaming/streamify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ async def async_streamer(*args, **kwargs):
183183
# No listeners are configured, yield the chunk directly for backwards compatibility.
184184
yield value
185185
else:
186-
# We are receiving a chunk from the LM's response stream, delgate it to the listeners to
186+
# We are receiving a chunk from the LM's response stream, delegate it to the listeners to
187187
# determine if we should yield a value to the user.
188188
output = None
189189
for listener in predict_id_to_listener[value.predict_id]:

0 commit comments

Comments
 (0)