Skip to content

Commit 81b2818

Browse files
No public description
PiperOrigin-RevId: 809059032
1 parent d7a289f commit 81b2818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/colab/ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ModelProxyServiceError(Exception):
4949

5050
def generate_text(
5151
prompt: str,
52-
model_name: str = 'google/gemini-2.0-flash',
52+
model_name: str = 'google/gemini-2.5-flash',
5353
stream: bool = False,
5454
) -> str | Generator[str, Any, None]:
5555
"""Generates text using the given prompt and model.

0 commit comments

Comments
 (0)