update run_ollama

This commit is contained in:
Wendong
2025-03-11 16:34:49 +08:00
parent 950d1eec0c
commit e1c661b5f8
5 changed files with 19 additions and 33 deletions

View File

@@ -247,7 +247,7 @@ python owl/run_deepseek_zh.py
# 使用其他 OpenAI 兼容模型运行
python owl/run_openai_compatiable_model.py
# 使用 Ollama API 运行
# 使用 Ollama 运行
python owl/run_ollama.py
```