Skip to content

Commit

Permalink
Updating package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrochabrun committed Mar 22, 2024
1 parent 804111d commit b6a0de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/jamesrochabrun/SwiftOpenAI",
"state" : {
"branch" : "main",
"revision" : "599740680ed8b5beb2f20a0abb7cea28a49f2879"
"revision" : "804111d757822299cf01d835d77230b0eb6fddd5"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import SwiftOpenAI
async throws
{
do {
let stream = try await service.createRunAndStreamMessage(threadID: threadID, parameters: parameters)
let stream = try await service.createRunStream(threadID: threadID, parameters: parameters)
for try await result in stream {

switch result {
Expand Down

0 comments on commit b6a0de3

Please sign in to comment.