ldhldh commited on
Commit
7cb0e05
โ€ข
1 Parent(s): 1888a8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ def chat(id, npc, text):
292
  "data": [
293
  id,
294
  "inference",
295
- "### input:\n" + text + "\n\n### output:\n" + output
296
  ]}).json()
297
 
298
  d = response["data"][0]
 
292
  "data": [
293
  id,
294
  "inference",
295
+ f"{text}"
296
  ]}).json()
297
 
298
  d = response["data"][0]