Docfile commited on
Commit
ebec71a
·
verified ·
1 Parent(s): 3a1bb56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def solve():
114
  mode = 'starting'
115
  try:
116
  response = client.models.generate_content_stream(
117
- model="gemini-2.5-pro-exp-03-25",
118
  contents=[
119
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
120
  """Résous ça en français with rendering latex. utilise Python pour les calculs et les figures ( Then save the plot as an image file and display the image,
 
114
  mode = 'starting'
115
  try:
116
  response = client.models.generate_content_stream(
117
+ model="gemini-2.5-flash-preview-04-17",
118
  contents=[
119
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
120
  """Résous ça en français with rendering latex. utilise Python pour les calculs et les figures ( Then save the plot as an image file and display the image,