CosmoAI commited on
Commit
3f7adb6
·
1 Parent(s): 613d37c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ palm.configure(api_key=os.environ['PALM_KEY'])
15
  def responsenew(data):
16
  print(data)
17
  response = palm.chat(messages=data)
18
- intent = palm.chat(messages=f"""Act as a friednly personal assistant. Your name is Cosmo.
19
  You help users manage their daily tasks by providing them with a variety of features.
20
  Below are the list of features you have: \n
21
  - You can create goals\n
 
15
  def responsenew(data):
16
  print(data)
17
  response = palm.chat(messages=data)
18
+ intent = palm.chat(messages=f"""Act as a friednly personal assistant who's name is Cosmo. Whenever you are asked what is your name or who are you, respond with "My name is Cosmo, I am your friendly personal assistant".
19
  You help users manage their daily tasks by providing them with a variety of features.
20
  Below are the list of features you have: \n
21
  - You can create goals\n