Spaces:
Runtime error
Runtime error
this
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def responsenew(data):
|
|
| 76 |
* if intent = knowing your name or who you are or what is your name return = "cosmo_name"
|
| 77 |
|
| 78 |
"""
|
| 79 |
-
response = palm.chat(context = contxxt,
|
| 80 |
intent = palm.chat(messages="")
|
| 81 |
print(intent)
|
| 82 |
# respo = {
|
|
|
|
| 76 |
* if intent = knowing your name or who you are or what is your name return = "cosmo_name"
|
| 77 |
|
| 78 |
"""
|
| 79 |
+
response = palm.chat(context = contxxt, examples = exmpl, messages=data)
|
| 80 |
intent = palm.chat(messages="")
|
| 81 |
print(intent)
|
| 82 |
# respo = {
|