Skip to content

Commit

Permalink
updated to cheetah v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 2, 2025
1 parent 666f351 commit 46043eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {

implementation 'ai.picovoice:android-voice-processor:1.0.2'
implementation 'ai.picovoice:porcupine-android:3.0.1'
implementation 'ai.picovoice:cheetah-android:2.0.0'
implementation 'ai.picovoice:cheetah-android:2.1.0'
implementation 'ai.picovoice:picollm-android:1.2.3'
implementation 'ai.picovoice:orca-android:1.0.0'
}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum ChatState {

class ViewModel: ObservableObject {

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

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

0 comments on commit 46043eb

Please sign in to comment.