Skip to content

Commit 3ab4c64

Browse files
committed
updated readme
1 parent 7fad279 commit 3ab4c64

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

recipes/llm-voice-assistant/ios/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,15 @@ Copy your model file to the device.
2727

2828
## Usage
2929

30-
1. Install the dependencies using `Swift Package Manager`:
30+
1. Open the `LLMVoiceAssistantDemo.xcodeproj` in XCode
3131

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/).
3333

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.
3535

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.
3737

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!
4139

4240
## Custom Wake Word
4341

0 commit comments

Comments
 (0)