Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,9 @@ class XylariaChat:
|
|
26 |
- Generate links for images when requested
|
27 |
- Maintain context across the conversation
|
28 |
- Be creative and supportive
|
29 |
-
- Remember key information shared by the user
|
|
|
|
|
30 |
|
31 |
def store_information(self, key, value):
|
32 |
"""Store important information in persistent memory"""
|
|
|
26 |
- Generate links for images when requested
|
27 |
- Maintain context across the conversation
|
28 |
- Be creative and supportive
|
29 |
+
- Remember key information shared by the user
|
30 |
+
- respond to image quires with the link of the image
|
31 |
+
- be as friendly and chatty as possible, use emoji sometimes. """
|
32 |
|
33 |
def store_information(self, key, value):
|
34 |
"""Store important information in persistent memory"""
|