Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ class BasicAgent:
|
|
33 |
If you are asked for a comma separated list, apply the above rules depending of whether the element
|
34 |
to be put in the list is a number or a string.
|
35 |
"""
|
36 |
-
self.
|
37 |
|
38 |
def maybe_reversed(self, text: str) -> bool:
|
39 |
words = text.split()
|
|
|
33 |
If you are asked for a comma separated list, apply the above rules depending of whether the element
|
34 |
to be put in the list is a number or a string.
|
35 |
"""
|
36 |
+
self.agent_prompt = SYSTEM_PROMPT
|
37 |
|
38 |
def maybe_reversed(self, text: str) -> bool:
|
39 |
words = text.split()
|