Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 2, 2025
1 parent b1b9fc9 commit 7a8a3f2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions recipes/llm-voice-assistant/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,15 @@ Copy your model file to the device.

## Usage

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

2. Open the `LLMVoiceAssistantDemo.xcworkspace` in XCode
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/).

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/).
3. Build and run the project on your device.

4. Build and run the project on your device.
4. Press the `Load Model` button and load the model file from your device's storage.

5. Press the `Load Model` button and load the model file from your device's storage.

6. Say "Picovoice", then speak to the voice assistant!
5. Say "Picovoice", then speak to the voice assistant!

## Custom Wake Word

Expand Down

0 comments on commit 7a8a3f2

Please sign in to comment.