rahul7star commited on
Commit
9c1a222
·
verified ·
1 Parent(s): 4d032f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ client = genai.Client(api_key=GEMINI_API_KEY)
12
  def generate_content(prompt):
13
  # Generate content using the Gemini API
14
  response = client.models.generate_content(
15
- model="gemini-2.0-flash",
16
  contents=[prompt]
17
  )
18
 
 
12
  def generate_content(prompt):
13
  # Generate content using the Gemini API
14
  response = client.models.generate_content(
15
+ model="gemini-2.5-pro-exp-03-25",
16
  contents=[prompt]
17
  )
18