Spaces:
Paused
Paused
Commit
·
ff0a1f6
1
Parent(s):
336a900
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ EXAMPLES = ["What is the name of my plan?",
|
|
118 |
"Is prostate cancer screening supported by my plan?",
|
119 |
"How much is the max out of pocket for my plan?",
|
120 |
"Do out of network copays count toward that?",
|
121 |
-
"Have I spent enough on drug expenses for catastrophic coverage to
|
122 |
AUTHORS = """
|
123 |
<p>This application, developed by <b>Greg Hayworth, Srikanth Tangelloju, Lincoln Snyder, Michal Piekarczyk, and Xingde Jiang</b>,
|
124 |
demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain.
|
|
|
118 |
"Is prostate cancer screening supported by my plan?",
|
119 |
"How much is the max out of pocket for my plan?",
|
120 |
"Do out of network copays count toward that?",
|
121 |
+
"Have I spent enough on drug expenses for catastrophic coverage to kick in?"]
|
122 |
AUTHORS = """
|
123 |
<p>This application, developed by <b>Greg Hayworth, Srikanth Tangelloju, Lincoln Snyder, Michal Piekarczyk, and Xingde Jiang</b>,
|
124 |
demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain.
|