mgokg commited on
Commit
e9a427a
·
verified ·
1 Parent(s): 92c48de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def generate(prompt):
9
  api_key=os.environ.get("GEMINI_API_KEY"),
10
  )
11
 
12
- model = "gemini-2.0-flash"
13
  contents = [
14
  types.Content(
15
  role="user",
 
9
  api_key=os.environ.get("GEMINI_API_KEY"),
10
  )
11
 
12
+ model = "gemini-2.0-pro-exp-02-05"
13
  contents = [
14
  types.Content(
15
  role="user",