Commit c8f037df authored by novelailab's avatar novelailab

fix bug

parent f06ba50f
...@@ -118,7 +118,7 @@ def generate(request: GenerationRequest): ...@@ -118,7 +118,7 @@ def generate(request: GenerationRequest):
t = time.perf_counter() t = time.perf_counter()
print(request) print(request)
try: try:
output = sanitize_input(request) output = sanitize_input(config, request)
if output[0]: if output[0]:
request = output[1] request = output[1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment