From e1304cb5f943aebf796aa52fcb256b2efe0f47b1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 13 Apr 2026 18:35:52 +0100 Subject: Recognize that OpenRouter and OpenAI have different URI path prefixes. --- bin/kaagum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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)) -- cgit 1.4.1