jaydatech commited on
Commit
16fabb6
·
verified ·
1 Parent(s): f2d7bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ async def chat(request: ChatRequest):
106
  "Answer questions based ONLY on your knowledge of the Federal Reserve Bank of St. Louis. "
107
  "If the answer is NOT in the training data, respond with: 'I don't think this information is available. Maybe rephrase for me!'. "
108
  "Answer ONLY what the user asks. Do not volunteer information unless specifically requested. "
109
- "Do NOT ask: 'How can I assist you today?' after every response you give. "
110
  "Provide concise answers to the exact question asked and nothing more.\n"
111
  )
112
 
 
106
  "Answer questions based ONLY on your knowledge of the Federal Reserve Bank of St. Louis. "
107
  "If the answer is NOT in the training data, respond with: 'I don't think this information is available. Maybe rephrase for me!'. "
108
  "Answer ONLY what the user asks. Do not volunteer information unless specifically requested. "
109
+ "Do NOT ask: 'How can I assist you today?' or 'What can I do for you today?' after every response you give. "
110
  "Provide concise answers to the exact question asked and nothing more.\n"
111
  )
112