Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ Tu es un expert en mathématiques du supérieur, un tuteur pédagogue exceptionn
|
|
198 |
model=MODEL_SINGLE_GENERATION,
|
199 |
contents=[image, prompt],
|
200 |
config=genai.types.GenerateContentConfig(
|
201 |
-
temperature=
|
202 |
),
|
203 |
|
204 |
)
|
|
|
198 |
model=MODEL_SINGLE_GENERATION,
|
199 |
contents=[image, prompt],
|
200 |
config=genai.types.GenerateContentConfig(
|
201 |
+
temperature=1,
|
202 |
),
|
203 |
|
204 |
)
|