Reality123b commited on
Commit
a22d069
·
verified ·
1 Parent(s): abe40f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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"""