diff options
| author | Christian Cleberg <[email protected]> | 2024-01-13 12:09:11 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-01-13 12:09:11 -0600 |
| commit | 86bff84f5b16de366f5ec62b67e940c30fd67f4a (patch) | |
| tree | 6b31fad7a8a6add7e9802b52cf17aa6b2f2f7e5b /content/blog | |
| parent | edff69eef5c272bbe5c09931fde7823f8a05009b (diff) | |
| download | cleberg.net-86bff84f5b16de366f5ec62b67e940c30fd67f4a.tar.gz cleberg.net-86bff84f5b16de366f5ec62b67e940c30fd67f4a.tar.bz2 cleberg.net-86bff84f5b16de366f5ec62b67e940c30fd67f4a.zip | |
fix: add context on how to extend ollama
Diffstat (limited to 'content/blog')
| -rw-r--r-- | content/blog/2024-01-13-local-llm.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/blog/2024-01-13-local-llm.md b/content/blog/2024-01-13-local-llm.md index 35dc3db..7521d8d 100644 --- a/content/blog/2024-01-13-local-llm.md +++ b/content/blog/2024-01-13-local-llm.md @@ -60,6 +60,14 @@ info` command in the chat.  +### Community Integrations + +I highly recommend browsing the [Community +Integrations](https://github.com/jmorganca/ollama#community-integrations) +section of the project to see how you would prefer to extend Ollama beyond a +simple command-line interface. There are options for APIs, browser UIs, advanced +terminal configurations, and more. + ## iOS While there are a handful of decent macOS options, it was quite difficult to |
