thejagstudio commited on
Commit
aed24eb
·
verified ·
1 Parent(s): 6b7c7d4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -24,7 +24,7 @@ generate_content_config = types.GenerateContentConfig(
24
  )
25
 
26
  # Initialize the model
27
- model_name = "gemini-2.5-flash"
28
 
29
 
30
  @app.route("/")
 
24
  )
25
 
26
  # Initialize the model
27
+ model_name = "gemini-3-flash-preview"
28
 
29
 
30
  @app.route("/")