minor : add space
This commit is contained in:
parent
30f122e7ae
commit
271cc20c67
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue