Skip to content

Commit bb8cf1f

Browse files
committed
Adjust steam speed
1 parent 04d9b1a commit bb8cf1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/OpenAIService/ChatGPTService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public actor ChatGPTService: ChatGPTServiceType {
188188
continuation.yield(content)
189189
}
190190

191-
try await Task.sleep(nanoseconds: 2_000_000)
191+
try await Task.sleep(nanoseconds: 3_500_000)
192192
}
193193

194194
continuation.finish()

0 commit comments

Comments
 (0)