Skip to content

Commit d10f352

Browse files
committed
updated to cheetah v1.2.0
1 parent 3daed8a commit d10f352

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

recipes/llm-voice-assistant/android/llm-voice-assistant/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464

6565
implementation 'ai.picovoice:android-voice-processor:1.0.2'
6666
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'
6868
implementation 'ai.picovoice:picollm-android:1.2.3'
6969
implementation 'ai.picovoice:orca-android:1.0.0'
7070
}
0 Bytes
Binary file not shown.

recipes/llm-voice-assistant/ios/LLMVoiceAssistantDemo/ViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ enum ChatState {
2525

2626
class ViewModel: ObservableObject {
2727

28-
private let ACCESS_KEY = "${YOUR_ACCESS_KEY_HERE}"
28+
private let ACCESS_KEY = "NejFRnq+pZsa3QbiMsziYXYsisrR5xoPQ2aDT9aEqcgZkQnFq70aEg=="
2929

3030
private var porcupine: Porcupine?
3131
private var cheetah: Cheetah?
@@ -348,7 +348,7 @@ You can download directly to your device or airdrop from a Mac.
348348
}
349349
if endpoint {
350350
DispatchQueue.main.async { [self] in
351-
statusText = "Generating, Say `Picovoice` to interrupt"
351+
statusText = "Generating...\nSay `Picovoice` to interrupt"
352352
chatState = .GENERATE
353353
self.generate()
354354
}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)