You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes/llm-voice-assistant/ios/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,15 @@ Copy your model file to the device.
27
27
28
28
## Usage
29
29
30
-
1.Install the dependencies using `Swift Package Manager`:
30
+
1.Open the `LLMVoiceAssistantDemo.xcodeproj` in XCode
31
31
32
-
2.Open the `LLMVoiceAssistantDemo.xcworkspace` in XCode
32
+
2.Replace `let ACCESS_KEY = "${YOUR_ACCESS_KEY_HERE}"` in the file [VieModel.swift](./LLMVoiceAssistantDemo/ViewModel.swift) with your AccessKey obtained from [Picovoice Console](https://console.picovoice.ai/).
33
33
34
-
3.Replace `let ACCESS_KEY = "${YOUR_ACCESS_KEY_HERE}"` in the file [VieModel.swift](./LLMVoiceAssistantDemo/ViewModel.swift) with your AccessKey obtained from [Picovoice Console](https://console.picovoice.ai/).
34
+
3.Build and run the project on your device.
35
35
36
-
4.Build and run the project on your device.
36
+
4.Press the `Load Model` button and load the model file from your device's storage.
37
37
38
-
5. Press the `Load Model` button and load the model file from your device's storage.
39
-
40
-
6. Say "Picovoice", then speak to the voice assistant!
38
+
5. Say "Picovoice", then speak to the voice assistant!
0 commit comments