diff --git a/cli/utils.py b/cli/utils.py index 5a8ec16c..b7369c30 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -260,7 +260,7 @@ def select_llm_provider() -> tuple[str, str]: # Define OpenAI api options with their corresponding endpoints BASE_URLS = [ ("OpenAI", "https://api.openai.com/v1"), - ("Google", "https://generativelanguage.googleapis.com/v1"), + ("Google", "https://generativelanguage.googleapis.com/v1beta"), ("Anthropic", "https://api.anthropic.com/"), ("xAI", "https://api.x.ai/v1"), ("Openrouter", "https://openrouter.ai/api/v1"),