Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
fb9ed3a
1
Parent(s):
2b9da67
formatting
Browse files
app.py
CHANGED
@@ -31,7 +31,8 @@ EXAMPLE_PROMPTS = [
|
|
31 |
]
|
32 |
|
33 |
TITLE = "VUMC AI Assistant"
|
34 |
-
DESCRIPTION="""Welcome to the first generation Vanderbilt AI assistant! \n
|
|
|
35 |
and is augmented with additional organization-specific knowledge. Specifically, it has been preliminarily augmented with knowledge of Vanderbilt University Medical Center
|
36 |
terms like **Data Lake**, **EDW** (Enterprise Data Warehouse), **HCERA** (Health Care and Education Reconciliation Act), and **thousands more!** The model has **no access to PHI**.
|
37 |
Try querying the model with any of the example prompts below for a simple introduction to both Vanderbilt-specific and general knowledge queries. The purpose of this
|
|
|
31 |
]
|
32 |
|
33 |
TITLE = "VUMC AI Assistant"
|
34 |
+
DESCRIPTION="""Welcome to the first generation Vanderbilt AI assistant! \n
|
35 |
+
This AI assistant is built atop the Databricks DBRX large language model
|
36 |
and is augmented with additional organization-specific knowledge. Specifically, it has been preliminarily augmented with knowledge of Vanderbilt University Medical Center
|
37 |
terms like **Data Lake**, **EDW** (Enterprise Data Warehouse), **HCERA** (Health Care and Education Reconciliation Act), and **thousands more!** The model has **no access to PHI**.
|
38 |
Try querying the model with any of the example prompts below for a simple introduction to both Vanderbilt-specific and general knowledge queries. The purpose of this
|