Skip to content

Commit 3d2aa42

Browse files
authored
Update README.md
1 parent 9574f76 commit 3d2aa42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check out the game and story documentation:
1818

1919
Get up and running fast with Voice Chat AI! 🔊
2020

21-
- [**Install Locally**](#installation): Set up with Python 3.10 on Windows or Linux.
21+
- [**Install Locally**](#installation): Set up with Python 3.10 on Windows, Linux or MacOS.
2222
- [**Run with Docker**](#install-with-docker): Use Docker run or Docker Compose
2323
- [**Configure Settings**](#configuration): Customize AI models, voices, and characters via `.env` on startup.
2424
- [**OpenAI Enhanced**](#openai-enhanced): Use OpenAI Enhanced Mode to speak with the AI in a more human like way with emotions.
@@ -105,10 +105,10 @@ https://github.com/user-attachments/assets/ea8d401c-83b4-4a45-af2a-0b3a50e1a0be
105105
pip install -r requirements_cpu.txt
106106
```
107107

108-
On MacOS only - replace the torch libaries in requirements_cpu with:
108+
On MacOS only - replace the torch libaries in requirements_cpu.txt with:
109109

110110
```bash
111-
pip install torch==2.3.1 torchaudio==2.3.1 torchvision==0.18.1
111+
torch==2.3.1 torchaudio==2.3.1 torchvision==0.18.1
112112
```
113113

114114
Make sure you have ffmpeg downloaded, on windows terminal ( winget install ffmpeg ) or checkout https://ffmpeg.org/download.html then restart shell or vscode, type ffmpeg -version to see if installed correctly

0 commit comments

Comments
 (0)