optimize ollama docs

pull/33/head
takatost 2024-01-12 12:21:12 +08:00
parent 3f6e2e5019
commit 4e9ea6232f
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Dify supports integrating LLM and Text Embedding capabilities of large language
```
After successful launch, Ollama starts an API service on local port 11434, which can be accessed at `http://localhost:11434`.
For other models, visit [Ollama Models](https://ollama.ai/library) for more details.
3. Integrate Ollama in Dify

View File

@ -20,6 +20,7 @@ Dify 支持接入 Ollama 部署的大型语言模型推理和 embedding 能力
```
启动成功后ollama 在本地 11434 端口启动了一个 API 服务,可通过 `http://localhost:11434` 访问。
其他模型可访问 [Ollama Models](https://ollama.ai/library) 了解详情。
3. 在 Dify 中接入 Ollama