From 73327cde248193266e30d82d8027703dcf2cb59c Mon Sep 17 00:00:00 2001 From: KK Date: Tue, 31 Mar 2026 22:47:20 +0800 Subject: [PATCH] chore: clarify SDK name in comment --- cli/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/utils.py b/cli/utils.py index 03411543..bfcd4203 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -192,7 +192,7 @@ def select_llm_provider() -> tuple[str, str | None]: # Define LLM provider options with their corresponding endpoints BASE_URLS = [ ("OpenAI", "https://api.openai.com/v1"), - ("Google", None), # google-genai SDK manages its own endpoint internally + ("Google", None), # google-generativeai SDK manages its own endpoint internally ("Anthropic", "https://api.anthropic.com/"), ("xAI", "https://api.x.ai/v1"), ("Openrouter", "https://openrouter.ai/api/v1"),