File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
recipes/llm-voice-assistant
android/llm-voice-assistant
ios/LLMVoiceAssistantDemo Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
64
64
65
65
implementation ' ai.picovoice:android-voice-processor:1.0.2'
66
66
implementation ' ai.picovoice:porcupine-android:3.0.1'
67
- implementation ' ai.picovoice:cheetah-android:2.0 .0'
67
+ implementation ' ai.picovoice:cheetah-android:2.1 .0'
68
68
implementation ' ai.picovoice:picollm-android:1.2.3'
69
69
implementation ' ai.picovoice:orca-android:1.0.0'
70
70
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ enum ChatState {
25
25
26
26
class ViewModel : ObservableObject {
27
27
28
- private let ACCESS_KEY = " ${YOUR_ACCESS_KEY_HERE} "
28
+ private let ACCESS_KEY = " NejFRnq+pZsa3QbiMsziYXYsisrR5xoPQ2aDT9aEqcgZkQnFq70aEg== "
29
29
30
30
private var porcupine : Porcupine ?
31
31
private var cheetah : Cheetah ?
@@ -348,7 +348,7 @@ You can download directly to your device or airdrop from a Mac.
348
348
}
349
349
if endpoint {
350
350
DispatchQueue . main. async { [ self ] in
351
- statusText = " Generating, Say `Picovoice` to interrupt "
351
+ statusText = " Generating... \n Say `Picovoice` to interrupt"
352
352
chatState = . GENERATE
353
353
self . generate ( )
354
354
}
You can’t perform that action at this time.
0 commit comments