Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,8 @@ def solve():
|
|
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
|
|
|
121 |
],
|
122 |
config=types.GenerateContentConfig(
|
123 |
|
@@ -187,7 +188,7 @@ def solved():
|
|
187 |
model="gemini-2.5-flash-preview-04-17",
|
188 |
contents=[
|
189 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
190 |
-
"""Résous ça en français with rendering latex. utilise python pour les calculs et figures."""
|
191 |
],
|
192 |
config=types.GenerateContentConfig(
|
193 |
thinking_config=types.ThinkingConfig(
|
|
|
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,
|
121 |
+
)"""
|
122 |
],
|
123 |
config=types.GenerateContentConfig(
|
124 |
|
|
|
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.)"""
|
192 |
],
|
193 |
config=types.GenerateContentConfig(
|
194 |
thinking_config=types.ThinkingConfig(
|