mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
google gemini 2.0 exp by default
This commit is contained in:
@@ -105,7 +105,7 @@ class ToolActivities:
|
||||
|
||||
genai.configure(api_key=api_key)
|
||||
model = genai.GenerativeModel(
|
||||
"models/gemini-1.5-flash",
|
||||
"models/gemini-2.0-flash-exp",
|
||||
system_instruction=input.context_instructions,
|
||||
)
|
||||
response = model.generate_content(input.prompt)
|
||||
|
||||
Reference in New Issue
Block a user