mgokg commited on
Commit
888856a
·
verified ·
1 Parent(s): 6f9f02e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def generate(input_text):
33
  api_key=os.environ.get("GEMINI_API_KEY"),
34
  )
35
 
36
- model = "gemini-3-flash-preview"
37
  contents = [
38
  types.Content(
39
  role="user",
 
33
  api_key=os.environ.get("GEMINI_API_KEY"),
34
  )
35
 
36
+ model = "gemini-flash-latest"
37
  contents = [
38
  types.Content(
39
  role="user",