diff --git a/Sources/OllamaKit/Utils/OKHTTPClient.swift b/Sources/OllamaKit/Utils/OKHTTPClient.swift index 85c702d..1d7dd58 100644 --- a/Sources/OllamaKit/Utils/OKHTTPClient.swift +++ b/Sources/OllamaKit/Utils/OKHTTPClient.swift @@ -27,7 +27,7 @@ internal extension OKHTTPClient { return try decoder.decode(T.self, from: data) } - func stream(request: URLRequest, with responseType: T.Type) -> AsyncThrowingStream { + func stream(request: URLRequest, with responseType: T.Type) -> AsyncThrowingStream { return AsyncThrowingStream { continuation in Task { do {