fix(Git): rEADME.md

This commit is contained in:
liubing1 2025-01-22 11:41:29 +08:00
parent 0477cb74fc
commit ca645d4c24

View File

@ -58,9 +58,11 @@ ollama serve
```bash ```bash
python assistant.py python assistant.py
``` ```
### 10. 使用
按住空格键进行讲话当您释放该键时AI 将解释查询。
### 10. 中间使用的要点: ### 11. 中间使用的要点:
```yaml ```yaml
语音识别:使用 Whisper 模型进行本地语音识别,完全离线运行。 语音识别:使用 Whisper 模型进行本地语音识别,完全离线运行。
自然语言处理:使用 Ollama 平台运行 Mistral 7b 模型,实现高效的本地大语言模型推理,无需联网。 自然语言处理:使用 Ollama 平台运行 Mistral 7b 模型,实现高效的本地大语言模型推理,无需联网。