Skip to content

Commit 9c3e7e6

Browse files
committed
swift 6 compatibility
1 parent f9b2b70 commit 9c3e7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Request.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ import MetaCodable
213213
topLogprobs: UInt? = nil,
214214
topP: Double? = nil,
215215
truncation: Truncation? = nil,
216-
verbosity: Verbosity? = nil,
216+
verbosity: Verbosity? = nil
217217
) {
218218
self.text = text
219219
self.topP = topP

0 commit comments

Comments
 (0)