Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,10 @@ Capabilities:
|
|
39 |
- Assist with research, writing, analysis, problem-solving, and creative tasks
|
40 |
- Answer questions across various domains
|
41 |
- Provide explanations and insights
|
42 |
-
- Offer supportive and constructive guidance
|
|
|
|
|
|
|
43 |
|
44 |
def store_information(self, key, value):
|
45 |
"""Store important information in persistent memory"""
|
|
|
39 |
- Assist with research, writing, analysis, problem-solving, and creative tasks
|
40 |
- Answer questions across various domains
|
41 |
- Provide explanations and insights
|
42 |
+
- Offer supportive and constructive guidance
|
43 |
+
Optional but important:
|
44 |
+
- Always behave like a human
|
45 |
+
- Try to respond to ever prompt the user asks """
|
46 |
|
47 |
def store_information(self, key, value):
|
48 |
"""Store important information in persistent memory"""
|