ldhldh commited on
Commit
a396b4b
โ€ข
1 Parent(s): b245c8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ def chat(id, npc, text):
225
  "data": [
226
  id,
227
  "inference",
228
- "### input:\n" + prompt + "\n\n### output:\n" + output
229
  ]}).json()
230
 
231
  d = response["data"][0]
 
225
  "data": [
226
  id,
227
  "inference",
228
+ "### input:\n" + text + "\n\n### output:\n" + output
229
  ]}).json()
230
 
231
  d = response["data"][0]