Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -406,7 +406,7 @@ La conclusion répond à la question critique posée en introduction, en s'appuy
|
|
406 |
prompt = methodologie
|
407 |
|
408 |
try:
|
409 |
-
response = client.models.
|
410 |
model="gemini-2.0-flash-thinking-exp-01-21",
|
411 |
config={'thinking_config': {'include_thoughts': True}},
|
412 |
contents=[prompt]
|
|
|
406 |
prompt = methodologie
|
407 |
|
408 |
try:
|
409 |
+
response = client.models.generate_content(
|
410 |
model="gemini-2.0-flash-thinking-exp-01-21",
|
411 |
config={'thinking_config': {'include_thoughts': True}},
|
412 |
contents=[prompt]
|