-
-
Notifications
You must be signed in to change notification settings - Fork 140
2.1.12 Frontend oterm
av edited this page Apr 26, 2025
·
2 revisions
Handle:
oterm
URL: -
# Ollama must be up and running before
# launching oterm
harbor up ollama
# 1. Shortcut
harbor oterm
# 2. Via harbor run - the underlying command is different
harbor run oterm
# 3. Via interactive service shell
harbor shell oterm
$ oterm
- If you have a lot of models in Ollama (a few dozens) - TUI will take a few seconds to start
- Press
Ctrl+N
to start a new chat
You can configure where local files for oterm
are persisted on the host:
# Get current oterm workspace path
harbor config get oterm.workspace
# Path must be either relative to $(harbor home) or
# absolute on the host
harbor config set oterm.workspace /path/to/your/workspace