mgokg commited on
Commit
bbc665e
·
verified ·
1 Parent(s): 1f1770e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -80,7 +80,8 @@ def generate(input_text):
80
  yield f"Error initializing client: {e}. Make sure GEMINI_API_KEY is set.", input_text
81
  return
82
 
83
- model = "gemini-flash-latest"
 
84
 
85
  # Configure tools
86
  tools = [
 
80
  yield f"Error initializing client: {e}. Make sure GEMINI_API_KEY is set.", input_text
81
  return
82
 
83
+ #model = "gemini-flash-latest"
84
+ model = "gemini-2.5-flash"
85
 
86
  # Configure tools
87
  tools = [