minor : add space

This commit is contained in:
Georgi Gerganov 2024-07-20 16:08:58 +03:00 committed by GitHub
parent 30f122e7ae
commit 271cc20c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ class LlamaState: ObservableObject {
messageLog += "\(text)" messageLog += "\(text)"
Task.detached { Task.detached {
while await !llamaContext.is_done{ while await !llamaContext.is_done {
let result = await llamaContext.completion_loop() let result = await llamaContext.completion_loop()
await MainActor.run { await MainActor.run {
self.messageLog += "\(result)" self.messageLog += "\(result)"