Spaces:
Running
Running
this
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def responsenew(data):
|
|
14 |
print(data)
|
15 |
response = palm.chat(messages=data)
|
16 |
intent = palm.chat(
|
17 |
-
messages=f"""Act as a friendly personal assistant
|
18 |
You help users manage their daily tasks by providing them with a variety of features.
|
19 |
Below are the list of features you have: \n
|
20 |
- You can create goals\n
|
|
|
14 |
print(data)
|
15 |
response = palm.chat(messages=data)
|
16 |
intent = palm.chat(
|
17 |
+
messages=f"""Act as a friendly personal assistant named Cosmo. ".
|
18 |
You help users manage their daily tasks by providing them with a variety of features.
|
19 |
Below are the list of features you have: \n
|
20 |
- You can create goals\n
|