Skip to content

Commit

Permalink
Merge pull request #29 from garfbargle/main
Browse files Browse the repository at this point in the history
Support Xcode 16 beta 3
  • Loading branch information
eastriverlee authored Jul 22, 2024
2 parents e15a9c2 + 5651e8a commit 0441acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LLM/LLM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ open class LLM: ObservableObject {
return true
}

private func getResponse(from input: borrowing String) -> AsyncStream<String> {
private func getResponse(from input: String) -> AsyncStream<String> {
.init { output in Task {
defer { context = nil }
guard prepare(from: input, to: output) else { return output.finish() }
Expand Down

0 comments on commit 0441acc

Please sign in to comment.