mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-19 20:57:58 +00:00
fix
This commit is contained in:
parent
86b919c8de
commit
2b6a91a3c1
@ -272,7 +272,7 @@ def chat_completions():
|
||||
for token in response:
|
||||
stream_callback(token, None)
|
||||
return app.response_class(
|
||||
response,
|
||||
stream(),
|
||||
mimetype='text/event-stream'
|
||||
)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user