mgokg commited on
Commit
71e0ad8
·
verified ·
1 Parent(s): 7900b32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ async def generate(input_text):
30
 
31
  # Initialize the standard client
32
  client = genai.Client(api_key=GEMINI_API_KEY)
33
- model_id = "gemini-1.5-flash" # Ensure this is a valid model ID for your tier
34
 
35
  train_tool = types.Tool(
36
  function_declarations=[
 
30
 
31
  # Initialize the standard client
32
  client = genai.Client(api_key=GEMINI_API_KEY)
33
+ model_id = "gemini-2.0-flash-exp" # Ensure this is a valid model ID for your tier
34
 
35
  train_tool = types.Tool(
36
  function_declarations=[