Spaces:
Runtime error
Runtime error
Florent Brosse
commited on
Commit
•
a404def
1
Parent(s):
b2183ac
use custom model
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ demo = gr.ChatInterface(
|
|
40 |
chatbot=gr.Chatbot(height=400),
|
41 |
textbox=gr.Textbox(placeholder="Ask me a question",
|
42 |
container=False, scale=7),
|
43 |
-
title="
|
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.",
|
|
|
40 |
chatbot=gr.Chatbot(height=400),
|
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.",
|