mgokg commited on
Commit
264553a
·
verified ·
1 Parent(s): 17c7a96

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-flash-latest" # 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.5-flash" # Ensure this is a valid model ID for your tier
34
 
35
  train_tool = types.Tool(
36
  function_declarations=[