Spaces:
Runtime error
Runtime error
Update multipurpose_chatbot/configs.py
Browse files
multipurpose_chatbot/configs.py
CHANGED
@@ -12,6 +12,10 @@ MODEL_DESC = f"""
|
|
12 |
<span style="font-size: larger">
|
13 |
A multi-purpose helpful assistant with multiple functionalities (Chat, text-completion, RAG chat, batch inference).
|
14 |
</span>
|
|
|
|
|
|
|
|
|
15 |
""".strip()
|
16 |
|
17 |
|
|
|
12 |
<span style="font-size: larger">
|
13 |
A multi-purpose helpful assistant with multiple functionalities (Chat, text-completion, RAG chat, batch inference).
|
14 |
</span>
|
15 |
+
<span>
|
16 |
+
This DEMO is on `export BACKEND=debug` to demonstrate the UI - there is NO LLM running and it always return "Wow that's very very cool, please try again."
|
17 |
+
</span>
|
18 |
+
|
19 |
""".strip()
|
20 |
|
21 |
|