Skip to content

Commit 44d8fe8

Browse files
Update generative_ai/prompts/prompt_create.py
Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
1 parent 635e61b commit 44d8fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generative_ai/prompts/prompt_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def prompt_create() -> Prompt:
3939
{"movie1": "The Lion King", "movie2": "Frozen"},
4040
{"movie1": "Inception", "movie2": "Interstellar"},
4141
],
42-
model_name="gemini-2.5-pro-exp-03-25",
42+
model_name="gemini-2.0-flash-001",
4343
system_instruction="You are a movie critic. Answer in a short sentence.",
4444
# generation_config=GenerationConfig, # Optional,
4545
# safety_settings=SafetySetting, # Optional,

0 commit comments

Comments
 (0)