Spaces:
Runtime error
Runtime error
Florent Brosse
commited on
Commit
•
2019002
1
Parent(s):
a404def
use custom model
Browse files
app.py
CHANGED
@@ -41,9 +41,7 @@ demo = gr.ChatInterface(
|
|
41 |
textbox=gr.Textbox(placeholder="Ask me a question",
|
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
|
45 |
-
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.
|
46 |
-
Please review our dbdemos license and terms for more details.",
|
47 |
examples=[["How can I start a Databricks cluster?"]],
|
48 |
cache_examples=False,
|
49 |
theme="soft",
|
|
|
41 |
textbox=gr.Textbox(placeholder="Ask me a question",
|
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?"]],
|
46 |
cache_examples=False,
|
47 |
theme="soft",
|