Skip to content

Commit 77cf0d2

Browse files
author
Roman Vintish
committed
Fix
1 parent b8d1cfa commit 77cf0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenAI/Public/Models/ChatQuery.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ public struct ChatQuery: Equatable, Codable, Streamable, Sendable {
13401340
}
13411341

13421342
public init(
1343-
format: AudioOptionsResponseFormatб
1343+
format: AudioOptionsResponseFormat,
13441344
voice: AudioOptionsSpeechVoice
13451345
) {
13461346
self.format = format

0 commit comments

Comments
 (0)