feat: 新增 Ollama (#1089)

This commit is contained in:
wanghe
2024-03-14 17:27:33 +08:00
committed by GitHub
parent 15c4111942
commit 99fb4a5e14
5 changed files with 57 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# ollama
**Ollama** 是一个开源的大型语言模型服务,提供了类似 OpenAI 的 API 接口和聊天界面,可以非常方便地部署最新版本的 GPT 模型并通过接口使用。支持热加载模型文件,无需重新启动即可切换不同的模型。
## 优势:
- 提供类似OpenAI的简单内容生成接口,极易上手使用;
- 类似ChatGPT的的聊天界面,无需开发直接与模型聊天;
- 支持热切换模型,灵活多变。