Florent Brosse commited on
Commit
d328cf9
1 Parent(s): fbe400f

DBRX commit

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -52,9 +52,10 @@ demo = gr.ChatInterface(
52
  chatbot=gr.Chatbot(show_label=False, container=False, show_copy_button=True, bubble_full_width=True),
53
  textbox=gr.Textbox(placeholder="Ask me a question",
54
  container=False, scale=7),
55
- title="Databricks LLM RAG demo - Chat with llama2 Databricks model serving endpoint",
56
- description="This chatbot is a demo example for the dbdemos llm chatbot. <br>This content is provided as a LLM RAG educational example, without support. It is using llama2, can hallucinate and should not be used as production content.<br>Please review our dbdemos license and terms for more details.",
57
- examples=[["How can I start a Databricks cluster?"],
 
58
  ["What is a Databricks Cluster Policy?"],
59
  ["How can I track billing usage on my workspaces?"],],
60
  cache_examples=False,
 
52
  chatbot=gr.Chatbot(show_label=False, container=False, show_copy_button=True, bubble_full_width=True),
53
  textbox=gr.Textbox(placeholder="Ask me a question",
54
  container=False, scale=7),
55
+ title="Databricks LLM RAG demo - Chat with DBRX Databricks model serving endpoint",
56
+ description="This chatbot is a demo example for the dbdemos llm chatbot. <br>This content is provided as a LLM RAG educational example, without support. It is using DBRX, can hallucinate and should not be used as production content.<br>Please review our dbdemos license and terms for more details.",
57
+ examples=[["What is DBRX?"],
58
+ ["How can I start a Databricks cluster?"],
59
  ["What is a Databricks Cluster Policy?"],
60
  ["How can I track billing usage on my workspaces?"],],
61
  cache_examples=False,