Skip to content

Commit

Permalink
Fix completions query
Browse files Browse the repository at this point in the history
  • Loading branch information
Krivoblotsky committed May 17, 2023
1 parent 12ba7f4 commit 4da423f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OpenAI/Public/Models/CompletionsQuery.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public struct CompletionsQuery: Codable, Streamable {
/// A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse.
public let user: String?

var stream: Bool = true
var stream: Bool = false

enum CodingKeys: String, CodingKey {
case model
Expand Down

0 comments on commit 4da423f

Please sign in to comment.