helloperson123 commited on
Commit
3356cec
·
verified ·
1 Parent(s): 760634e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -84,7 +84,6 @@ async def ask_ai(request: Request):
84
 
85
  if start != -1 and end != -1:
86
  try:
87
-
88
  parsed = json.loads(reply)
89
  reply = parsed.get("response", "")
90
  except json.JSONDecodeError:
 
84
 
85
  if start != -1 and end != -1:
86
  try:
 
87
  parsed = json.loads(reply)
88
  reply = parsed.get("response", "")
89
  except json.JSONDecodeError: