Fix : TTS crash + perf improvement + router error fix

This commit is contained in:
martin legrand
2025-03-03 14:59:02 +01:00
parent 39bf625d6b
commit d2154d5769
7 changed files with 47 additions and 18 deletions
+2 -1
View File
@@ -21,13 +21,14 @@
## Installation
### 1️⃣ **Install Dependencies**
Make sure you have [Ollama](https://ollama.com/) installed, then run:
```sh
pip3 install -r requirements.txt
```
### 2️⃣ **Download Models**
Make sure you have [Ollama](https://ollama.com/) installed.
Download the `deepseek-r1:7b` model from [DeepSeek](https://deepseek.com/models)
```sh