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 876384a commit c747edaCopy full SHA for c747eda
packages/tasks/src/snippets/python.spec.ts
@@ -31,7 +31,7 @@ stream = client.chat.completions.create(
31
)
32
33
for chunk in stream:
34
- print(chunk.choices[0].delta.content)`);
+ print(chunk.choices[0].delta.content, end="")`);
35
});
36
37
it("conversational vlm", async () => {
@@ -73,6 +73,6 @@ stream = client.chat.completions.create(
73
74
75
76
77
78
0 commit comments