CosmoAI commited on
Commit
011106d
·
1 Parent(s): bc5f116

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def responsenew(data):
14
  response = palm.chat(messages=data)
15
  respo = {
16
  "message": response.last,
17
- "action": "nothing",
18
  "function": "nothing"
19
  }
20
  print(data)
 
14
  response = palm.chat(messages=data)
15
  respo = {
16
  "message": response.last,
17
+ "action": "payment",
18
  "function": "nothing"
19
  }
20
  print(data)