diff options
| author | Arun Isaac | 2026-04-13 18:14:31 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-04-13 18:19:00 +0100 |
| commit | d3bf318498deaa331887d9748ee8909e7eb9d609 (patch) | |
| tree | 52a9e043668e1b30441c2d113df3b1446f6ea701 /bin | |
| parent | a1d6173a89deb46a98de91ab169499581a10c3f3 (diff) | |
| download | kaagum-d3bf318498deaa331887d9748ee8909e7eb9d609.tar.gz kaagum-d3bf318498deaa331887d9748ee8909e7eb9d609.tar.lz kaagum-d3bf318498deaa331887d9748ee8909e7eb9d609.zip | |
Attach models to sessions.
This will let the user change the model mid-session without having to commit to one from the beginning.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/kaagum | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/kaagum b/bin/kaagum index 4b9ab9f..8d1fe74 100755 --- a/bin/kaagum +++ b/bin/kaagum @@ -62,7 +62,7 @@ Run kaagum AI agent. --api-base-uri=URI base API URI of LLM provider --api-key-command=COMMAND command to run to get API key - --model=MODEL LLM model name + --model=MODEL LLM model name to start new sessions with --version print version and exit --help print this help and exit |
