Docfile commited on
Commit
03400cd
·
verified ·
1 Parent(s): f8494a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-flash-preview-05-20",
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,
@@ -185,7 +185,7 @@ def solved():
185
  mode = 'starting'
186
  try:
187
  response = client.models.generate_content_stream(
188
- model="gemini-2.5-flash-preview-05-20",
189
  contents=[
190
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
191
  """Résous ça en français with rendering latex. utilise python pour les calculs et 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,
 
185
  mode = 'starting'
186
  try:
187
  response = client.models.generate_content_stream(
188
+ model="gemini-2.5-flash-preview-04-17",
189
  contents=[
190
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
191
  """Résous ça en français with rendering latex. utilise python pour les calculs et figures.( "Then save the plot as an image file and display the image.)"""