diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-13 12:09:11 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-13 12:09:11 -0600 |
commit | bf30e30e598701588f79e3dd4c4deb2cad663537 (patch) | |
tree | 6b31fad7a8a6add7e9802b52cf17aa6b2f2f7e5b /content/blog | |
parent | ca160bc25648d74da1bc20664236ef1853656dbe (diff) | |
download | cleberg.net-bf30e30e598701588f79e3dd4c4deb2cad663537.tar.gz cleberg.net-bf30e30e598701588f79e3dd4c4deb2cad663537.tar.bz2 cleberg.net-bf30e30e598701588f79e3dd4c4deb2cad663537.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 |