ain has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=decaaa86c182eec728ef40a9c9882e5ee8ad2773 commit decaaa86c182eec728ef40a9c9882e5ee8ad2773 Author: Yuri Victorovich AuthorDate: 2026-04-13 20:07:49 +0000 Commit: Yuri Victorovich CommitDate: 2026-04-13 20:44:30 +0000 misc/ollama: Update pkg-message --- misc/ollama/pkg-message | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/misc/ollama/pkg-message b/misc/ollama/pkg-message index f5cd56fa789b..a9b4590e3aed 100644 --- a/misc/ollama/pkg-message +++ b/misc/ollama/pkg-message @@ -30,7 +30,7 @@ Please symlink ~/.ollama to a large disk if needed. Working examples: (1) Coding with the model gpt-oss:20b: - 1. run 'OLLAMA_CONTEXT_LENGTH=65536 ollama serve' + 1. start ollama service with 'sudo service ollama start' or setup and start the service 'ollama' 2. install claude-code and run: @@ -44,7 +44,7 @@ Working examples: 3. Ask it to write some program. (2) Image generation with the model x/z-image-turbo: - 1. run 'OLLAMA_CONTEXT_LENGTH=65536 ollama serve' + 1. start ollama service with 'sudo service ollama start' or setup and start the service 'ollama' 2. run: @@ -52,6 +52,9 @@ Working examples: There are also a lot of text-to-text models that you can chat with. +You migh also want to install the 'gollama' package. gollama allows to +run ollama models very easily. + EOM } ]