nxphi47 commited on
Commit
4f8a094
1 Parent(s): 3ebf29b

Update multipurpose_chatbot/configs.py

Browse files
Files changed (1) hide show
  1. multipurpose_chatbot/configs.py +2 -1
multipurpose_chatbot/configs.py CHANGED
@@ -12,6 +12,7 @@ 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
  <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>
@@ -21,7 +22,7 @@ This DEMO is on `export BACKEND=debug` to demonstrate the UI - there is NO LLM r
21
 
22
 
23
  MODEL_INFO = """
24
- <h4>Model Name: {model_path}</h4>
25
  """
26
 
27
  CITE_MARKDOWN = """
 
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
+ <br>
16
  <span>
17
  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."
18
  </span>
 
22
 
23
 
24
  MODEL_INFO = """
25
+ <h4>Model Name: {model_path} (debug mode)</h4>
26
  """
27
 
28
  CITE_MARKDOWN = """