Skip to content

Commit

Permalink
Update mobile/examples/phi-3/ios/LocalLLM/LocalLLM/ContentView.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
  • Loading branch information
vraspar and edgchen1 authored Oct 14, 2024
1 parent 1848479 commit f7041b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct ContentView: View {
@State private var userInput: String = ""
@State private var messages: [Message] = [] // Store chat messages locally
@State private var isGenerating: Bool = false // Track token generation state
@State private var stats: String = "" // token genetation stats
@State private var stats: String = "" // token generation stats
@State private var showAlert: Bool = false
@State private var errorMessage: String = ""

Expand Down

0 comments on commit f7041b4

Please sign in to comment.