Florent Brosse commited on
Commit
12d7fe0
1 Parent(s): 7e531cf

use custom model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ demo = gr.ChatInterface(
42
  container=False, scale=7),
43
  title="Databricks LLM RAG demo - Chat with llama2 Databricks model serving endpoint",
44
  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.",
45
- examples=[["How can I start a Databricks cluster?"], ["How can I start a Databricks cluster?"]],
46
  cache_examples=False,
47
  theme="soft",
48
  retry_btn=None,
 
42
  container=False, scale=7),
43
  title="Databricks LLM RAG demo - Chat with llama2 Databricks model serving endpoint",
44
  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.",
45
+ examples=[["How can I start a Databricks cluster?"], ["What is a Databricks Cluster Policy?"]],
46
  cache_examples=False,
47
  theme="soft",
48
  retry_btn=None,