We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7f5cb commit 91f7495Copy full SHA for 91f7495
google/generativeai/generative_models.py
@@ -72,7 +72,7 @@ class GenerativeModel:
72
73
def __init__(
74
self,
75
- model_name: str = "gemini-pro",
+ model_name: str = "gemini-1.5-flash-002",
76
safety_settings: safety_types.SafetySettingOptions | None = None,
77
generation_config: generation_types.GenerationConfigType | None = None,
78
tools: content_types.FunctionLibraryType | None = None,
0 commit comments