Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ def chat(id, npc, text):
|
|
225 |
"data": [
|
226 |
id,
|
227 |
"inference",
|
228 |
-
"### input:\n" +
|
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]
|