nxphi47 commited on
Commit
72a9488
1 Parent(s): dd068a1

Update multipurpose_chatbot/configs.py

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