Skip to content

Commit 8819a81

Browse files
committed
fix: example fix
1 parent ca8e979 commit 8819a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sample_openai_stream.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
print(block)
3636
stream_storage.add(block)
3737

38-
messages += th.run_tools(stream_storage, stream=True)
38+
messages += th.run_tools(stream_storage)
3939

4040
response = client.chat.completions.create(
4141
model="gpt-4o",

0 commit comments

Comments
 (0)