gfhayworth commited on
Commit
ff0a1f6
1 Parent(s): 336a900

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 start?"]
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.