Spaces:
Running
Running
this
Browse files
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.
|
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
|