josondev commited on
Commit
5e0537e
·
verified ·
1 Parent(s): aed7b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ class BasicAgent:
22
  streaming=False # Set to True if you want streaming output
23
  )
24
  self.instructions =
25
- "You are a helpful assistant. For every question, reply with only the answer—no explanation, "
26
  "no units, and no extra words. If the answer is a number, just return the number. "
27
  "If it is a word or phrase, return only that. If it is a list, return a comma-separated list with no extra words. "
28
  "Do not include any prefix, suffix, or explanation.")
 
22
  streaming=False # Set to True if you want streaming output
23
  )
24
  self.instructions =
25
+ ("You are a helpful assistant. For every question, reply with only the answer—no explanation, "
26
  "no units, and no extra words. If the answer is a number, just return the number. "
27
  "If it is a word or phrase, return only that. If it is a list, return a comma-separated list with no extra words. "
28
  "Do not include any prefix, suffix, or explanation.")