Skip to content

Commit f7041b4

Browse files
vrasparedgchen1
andauthored
Update mobile/examples/phi-3/ios/LocalLLM/LocalLLM/ContentView.swift
Co-authored-by: Edward Chen <[email protected]>
1 parent 1848479 commit f7041b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/examples/phi-3/ios/LocalLLM/LocalLLM/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct ContentView: View {
1414
@State private var userInput: String = ""
1515
@State private var messages: [Message] = [] // Store chat messages locally
1616
@State private var isGenerating: Bool = false // Track token generation state
17-
@State private var stats: String = "" // token genetation stats
17+
@State private var stats: String = "" // token generation stats
1818
@State private var showAlert: Bool = false
1919
@State private var errorMessage: String = ""
2020

0 commit comments

Comments
 (0)