John Graham Reynolds commited on
Commit
7100936
Β·
1 Parent(s): b33b782

update description

Browse files
Files changed (1) hide show
  1. app.py +12 -6
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 **Data Lake**, **EDW**, **HCERA**, and **thousands more**. (Ask the assistant if you don't know what any of these terms mean!) **Disclaimer**: The model has **no access to PHI**. \n
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
38
- model is to allow VUMC employees access to an intelligent assistant that improves and expedites VUMC work. \n
39
- Feedback and ideas are very welcome! Please provide any feedback, ideas, or issues to the email: **[email protected]**.
40
- We hope to gradually improve this AI assistant to create a large-scale, all-inclusive tool to compliment the work of all VUMC staff; your comments are invaluable in this process."""
 
 
 
 
 
 
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