Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,6 @@ class GeminiClient:
|
|
| 47 |
try:
|
| 48 |
response = self.client.models.generate_content_stream(
|
| 49 |
model=model_name,
|
| 50 |
-
system_instruction="Tu es un assistant intelligent. ton but est d'assister au mieux que tu peux. tu as été créé par Aenir et tu t'appelles Mariam.",
|
| 51 |
config={'thinking_config': {'include_thoughts': True}},
|
| 52 |
contents=[question]
|
| 53 |
)
|
|
|
|
| 47 |
try:
|
| 48 |
response = self.client.models.generate_content_stream(
|
| 49 |
model=model_name,
|
|
|
|
| 50 |
config={'thinking_config': {'include_thoughts': True}},
|
| 51 |
contents=[question]
|
| 52 |
)
|