From acfde2d954867126a1ad7803cf507863de328d78 Mon Sep 17 00:00:00 2001 From: 04cb <0x04cb@gmail.com> Date: Sun, 1 Mar 2026 20:21:18 +0800 Subject: [PATCH] Fix typo: Openrouter to OpenRouter --- cli/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/utils.py b/cli/utils.py index aa097fb5..d0791427 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -260,7 +260,7 @@ def select_llm_provider() -> tuple[str, str]: ("Google", "https://generativelanguage.googleapis.com/v1"), ("Anthropic", "https://api.anthropic.com/"), ("xAI", "https://api.x.ai/v1"), - ("Openrouter", "https://openrouter.ai/api/v1"), + ("OpenRouter", "https://openrouter.ai/api/v1"), ("Ollama", "http://localhost:11434/v1"), ]