Skip to content

Commit

Permalink
Update 5. 在 C++ 中使用 Ollama API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlintong authored Aug 22, 2024
1 parent 14cfc7b commit 37a78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/C4/5. 在 C++ 中使用 Ollama API.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## 一、 环境准备

关于 C++ 项目的开发环境这里不再赘述,这里只介绍如何集成 Ollama。请确保你已经安装并运行了 Ollama。如果你还没有安装 Ollama,请先安装并运行 Ollama,并下载所需要的模型(参考第二章内容)。
关于 C++ 项目的开发环境这里不再赘述,只介绍如何集成 Ollama。请确保你已经安装并运行了 Ollama,并下载了所需要的模型(参考第二章内容)。

## 二、调用 Ollama API
直接调用 Ollama API 比较繁琐,这里介绍两种思路,1. 使用封装好的 C++ 类库,2. 通过 Python 调用 Ollama 的模型。
Expand Down

0 comments on commit 37a78f5

Please sign in to comment.