Spaces:
Paused
Paused
Carlos Rosas
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def hybrid_search(text):
|
|
48 |
return document, document_html
|
49 |
|
50 |
class CassandreChatBot:
|
51 |
-
def __init__(self, system_prompt="Tu es
|
52 |
self.system_prompt = system_prompt
|
53 |
|
54 |
def predict(self, user_message):
|
|
|
48 |
return document, document_html
|
49 |
|
50 |
class CassandreChatBot:
|
51 |
+
def __init__(self, system_prompt="Tu es Appli, un asistant de recherche qui donne des responses sourcées"):
|
52 |
self.system_prompt = system_prompt
|
53 |
|
54 |
def predict(self, user_message):
|