Michal gfhayworth commited on
Commit
116d758
1 Parent(s): 272ec4b

Update app.py (#1)

Browse files

- Update app.py (2d858336a961173c30583d8512c7c80f28ea273c)


Co-authored-by: Greg Hayworth <gfhayworth@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +5 -8
app.py CHANGED
@@ -119,14 +119,11 @@ CSS = ".gradio-container {background-color: lightgray}"
119
  PLACEHOLDER = "What is my plan benefit?",
120
 
121
  # example questions
122
- EXAMPLES = ["How many people live in Canada?",
123
- "What is 2 to the 30th power?",
124
- "If x+y=10 and x-y=4, what are x and y?",
125
- "How much did it rain in SF today?",
126
- "Get me information about the movie 'Avatar'",
127
- "What are the top tech headlines in the US?",
128
- "On the desk, you see two blue booklets, two purple booklets, and two yellow pairs of sunglasses - "
129
- "if I remove all the pairs of sunglasses from the desk, how many purple items remain on it?"]
130
  AUTHORS = """
131
  <p>This application, developed by <b>Greg Hayworth, Srikanth Tangelloju, Lincoln Snyder, Michal Piekarczyk, and Xingde Jiang</b>,
132
  demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain.
 
119
  PLACEHOLDER = "What is my plan benefit?",
120
 
121
  # example questions
122
+ EXAMPLES = ["What is the name of the plan described by this summary of benefits?",
123
+ "How much is the monthly premium?",
124
+ "What would my copay be for the emergency room?",
125
+ "Tell me about go365 please",
126
+ "what is the special preferred pharmacy called"]
 
 
 
127
  AUTHORS = """
128
  <p>This application, developed by <b>Greg Hayworth, Srikanth Tangelloju, Lincoln Snyder, Michal Piekarczyk, and Xingde Jiang</b>,
129
  demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain.