CosmoAI commited on
Commit
17d3eef
·
1 Parent(s): 83025cc
Files changed (1) hide show
  1. app.py +1 -1
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, example = exmpl, messages=data)
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 = {