Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
Β·
7100936
1
Parent(s):
b33b782
update description
Browse files
app.py
CHANGED
@@ -31,13 +31,19 @@ EXAMPLE_PROMPTS = [
|
|
31 |
|
32 |
TITLE = "Vanderbilt AI Assistant"
|
33 |
DESCRIPTION= """Welcome to the first generation Vanderbilt AI assistant! \n
|
34 |
-
This AI assistant is built atop the Databricks DBRX large language model
|
35 |
and is augmented with additional organization-specific knowledge. Particularly, it has been preliminarily augmented with knowledge of Vanderbilt University Medical Center
|
36 |
-
terms like **
|
37 |
-
|
38 |
-
|
39 |
-
Feedback
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
GENERAL_ERROR_MSG = "An error occurred. Please refresh the page to start a new conversation."
|
43 |
|
|
|
31 |
|
32 |
TITLE = "Vanderbilt AI Assistant"
|
33 |
DESCRIPTION= """Welcome to the first generation Vanderbilt AI assistant! \n
|
34 |
+
**Overview and Usage**: This AI assistant is built atop the Databricks DBRX large language model
|
35 |
and is augmented with additional organization-specific knowledge. Particularly, it has been preliminarily augmented with knowledge of Vanderbilt University Medical Center
|
36 |
+
terms like **EDW**, **HCERA**, **NRHA** and **thousands more**. (Ask the assistant if you don't know what any of these terms mean!) On the left is a sidebar of **Examples**;
|
37 |
+
click any of these examples to issue the corresponding query to the AI.
|
38 |
+
|
39 |
+
**Feedback**: Feedback is welcomed, encouraged, and invaluable! To give feedback in regards to one of the model's responses, click the **Give Feedback on Last Response** button just below
|
40 |
+
the user input bar. This allows you to provide either positive or negative feedback in regards to the model's most recent response. A *Feedback Form** will appear above the model's title.
|
41 |
+
Please be sure to select either π or π before adding additional notes about your choice. Be as brief or as detailed as you like! Note that you are making a difference; this
|
42 |
+
feedback allows us to later improve this model for your usage through a training technique known as reinforced learning through human feedback. \n
|
43 |
+
|
44 |
+
**Disclaimer**: The model has **no access to PHI**. \n
|
45 |
+
|
46 |
+
Please provide any additional, larger feedback, ideas, or issues to the email: **[email protected]**. Happy chatting!"""
|
47 |
|
48 |
GENERAL_ERROR_MSG = "An error occurred. Please refresh the page to start a new conversation."
|
49 |
|