chore: clarify SDK name in comment

This commit is contained in:
KK 2026-03-31 22:47:20 +08:00
parent 34a7490175
commit 73327cde24
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ def select_llm_provider() -> tuple[str, str | None]:
# Define LLM provider options with their corresponding endpoints # Define LLM provider options with their corresponding endpoints
BASE_URLS = [ BASE_URLS = [
("OpenAI", "https://api.openai.com/v1"), ("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/"), ("Anthropic", "https://api.anthropic.com/"),
("xAI", "https://api.x.ai/v1"), ("xAI", "https://api.x.ai/v1"),
("Openrouter", "https://openrouter.ai/api/v1"), ("Openrouter", "https://openrouter.ai/api/v1"),