Vibow commited on
Commit
eecd2db
·
verified ·
1 Parent(s): 4ccc1ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -769,7 +769,7 @@ def chat():
769
 
770
  ai_text = (
771
  res_json
772
- .get("text", {})
773
  )
774
 
775
  return Response(ai_text, mimetype="text/plain")
 
769
 
770
  ai_text = (
771
  res_json
772
+ .get("content", {})
773
  )
774
 
775
  return Response(ai_text, mimetype="text/plain")