fix(Git): 用于设备是mac:m3 os:14.4 需要更小的模型不然 电脑会重启
This commit is contained in:
parent
220a5362a4
commit
f186b9eb83
|
|
@ -51,6 +51,9 @@ pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### 9. 启动助手
|
### 9. 启动助手
|
||||||
|
```bash
|
||||||
|
ollama serve
|
||||||
|
```
|
||||||
运行以下命令启动语音助手:
|
运行以下命令启动语音助手:
|
||||||
```bash
|
```bash
|
||||||
python assistant.py
|
python assistant.py
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ messages:
|
||||||
noAudioInput: "Error: No sound input!"
|
noAudioInput: "Error: No sound input!"
|
||||||
|
|
||||||
whisperRecognition:
|
whisperRecognition:
|
||||||
modelPath: "whisper/base.pt"
|
modelPath: "whisper/tiny.pt"
|
||||||
lang: "zh"
|
lang: "zh"
|
||||||
|
|
||||||
ollama:
|
ollama:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user