updated lite
This commit is contained in:
parent
0971f83bca
commit
ae88eec40b
2 changed files with 20 additions and 9 deletions
28
klite.embd
28
klite.embd
File diff suppressed because one or more lines are too long
|
@ -415,6 +415,7 @@ class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):
|
|||
self.end_headers()
|
||||
self.wfile.write(json.dumps({"success": ("true" if ag else "false")}).encode())
|
||||
print("Generation Aborted")
|
||||
modelbusy = False
|
||||
return
|
||||
|
||||
if self.path.endswith('/api/extra/generate/check'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue