Skip to content

Commit 4da423f

Browse files
committed
Fix completions query
1 parent 12ba7f4 commit 4da423f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenAI/Public/Models/CompletionsQuery.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public struct CompletionsQuery: Codable, Streamable {
2727
/// A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse.
2828
public let user: String?
2929

30-
var stream: Bool = true
30+
var stream: Bool = false
3131

3232
enum CodingKeys: String, CodingKey {
3333
case model

0 commit comments

Comments
 (0)