MarioBarbeque commited on
Commit
729681a
·
verified ·
1 Parent(s): 4b39932

add warning about deprecation

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -30,7 +30,13 @@ EXAMPLE_PROMPTS = [
30
  ]
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**;
 
30
  ]
31
 
32
  TITLE = "Vanderbilt AI Assistant"
33
+ DESCRIPTION= """Welcome to the first generation Vanderbilt AI assistant! \n
34
+
35
+ **WARNING**: Unfortunately this space is currently deprecated. The serving endpoint used to serve the pay-per-token Databricks DBRX language model has been rate-limited by
36
+ staff for security reasons to accept no queries. I am in the process of reworking this augmented model to hit an available endpoint for community use. Nonetheless, if you are interested
37
+ in seeing this model's functionality in a 24 hour time window, send me an email at `[email protected]`, or the email below, and I will temporarily activate the serving endpoint
38
+ for you to query the model. \n
39
+
40
  **Overview and Usage**: This AI assistant is built atop the Databricks DBRX large language model
41
  and is augmented with additional organization-specific knowledge. Particularly, it has been preliminarily augmented with knowledge of Vanderbilt University Medical Center
42
  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**;