Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -292,7 +292,7 @@ def chat(id, npc, text):
|
|
| 292 |
"data": [
|
| 293 |
id,
|
| 294 |
"inference",
|
| 295 |
-
"
|
| 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]
|