Skip to content

Commit 7fad279

Browse files
committed
updated web cheetah params
1 parent d10f352 commit 7fad279

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 = "NejFRnq+pZsa3QbiMsziYXYsisrR5xoPQ2aDT9aEqcgZkQnFq70aEg=="
28+
private let ACCESS_KEY = "${YOUR_ACCESS_KEY_HERE}"
2929

3030
private var porcupine: Porcupine?
3131
private var cheetah: Cheetah?
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)