We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17565e commit 21e3e58Copy full SHA for 21e3e58
Sources/OpenAI/Private/StreamingSession.swift
@@ -75,7 +75,6 @@ extension StreamingSession {
75
onProcessingError?(self, StreamingError.unknownContent)
76
return
77
}
78
-
79
let decoder = JSONDecoder()
80
do {
81
let object = try decoder.decode(ResultType.self, from: jsonData)
0 commit comments