Main: Cleanup
Remove leftover debug statements. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
53d889e0f0
commit
7c6fd7ac60
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -541,7 +541,6 @@ async def generate_completion(request: Request, data: CompletionRequest):
|
|||
yield get_generator_error(
|
||||
"Completion aborted. Please check the server console."
|
||||
)
|
||||
print("Finished generation")
|
||||
|
||||
return EventSourceResponse(generate_with_semaphore(generator))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue