Docfile commited on
Commit
e95c960
·
verified ·
1 Parent(s): 36fb175

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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
  )