We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1848479 commit f7041b4Copy full SHA for f7041b4
mobile/examples/phi-3/ios/LocalLLM/LocalLLM/ContentView.swift
@@ -14,7 +14,7 @@ struct ContentView: View {
14
@State private var userInput: String = ""
15
@State private var messages: [Message] = [] // Store chat messages locally
16
@State private var isGenerating: Bool = false // Track token generation state
17
- @State private var stats: String = "" // token genetation stats
+ @State private var stats: String = "" // token generation stats
18
@State private var showAlert: Bool = false
19
@State private var errorMessage: String = ""
20
0 commit comments