Spaces:
Runtime error
Runtime error
gfhayworth
commited on
Commit
•
2d85833
1
Parent(s):
6f03bef
Update app.py
Browse filesimprove examples
app.py
CHANGED
@@ -219,14 +219,11 @@ CSS = ".gradio-container {background-color: lightgray}"
|
|
219 |
PLACEHOLDER = "What is my plan benefit?",
|
220 |
|
221 |
# example questions
|
222 |
-
EXAMPLES = ["
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
"What are the top tech headlines in the US?",
|
228 |
-
"On the desk, you see two blue booklets, two purple booklets, and two yellow pairs of sunglasses - "
|
229 |
-
"if I remove all the pairs of sunglasses from the desk, how many purple items remain on it?"]
|
230 |
AUTHORS = """
|
231 |
<p>This application, developed by <b>Greg Hayworth, Srikanth Tangelloju, Lincoln Snyder, Michal Piekarczyk, and Xingde Jiang</b>,
|
232 |
demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain.
|
|
|
219 |
PLACEHOLDER = "What is my plan benefit?",
|
220 |
|
221 |
# example questions
|
222 |
+
EXAMPLES = ["What is the name of the plan described by this summary of benefits?",
|
223 |
+
"How much is the monthly premium?",
|
224 |
+
"What would my copay be for the emergency room?",
|
225 |
+
"Tell me about go365 please",
|
226 |
+
"what is the special preferred pharmacy called"]
|
|
|
|
|
|
|
227 |
AUTHORS = """
|
228 |
<p>This application, developed by <b>Greg Hayworth, Srikanth Tangelloju, Lincoln Snyder, Michal Piekarczyk, and Xingde Jiang</b>,
|
229 |
demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain.
|