diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/kaagum | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/kaagum b/bin/kaagum index 8e2a189..b8ee084 100755 --- a/bin/kaagum +++ b/bin/kaagum @@ -61,7 +61,7 @@ to invoke kaagum." Run kaagum AI agent. --api-base-uri=URI base API URI of LLM provider - (default: \"https://openrouter.ai\") + (default: \"https://openrouter.ai/api\") --api-key-command=COMMAND command to run to get API key --model=MODEL LLM model name to start new sessions with (default: \"anthropic/claude-opus-4.6\") @@ -93,7 +93,7 @@ Run kaagum AI agent. invalid-option invalid-argument '((model . "anthropic/claude-opus-4.6") - (api-base-uri . "https://openrouter.ai"))))) + (api-base-uri . "https://openrouter.ai/api"))))) (when (assq-ref args 'help) (print-usage program) (exit #t)) |
