fix(llm): call on_complete() function at callback (#952)

This commit is contained in:
Changmin Choi 2024-12-24 23:42:12 +09:00 committed by GitHub
parent 0d62ffd1cb
commit 9f3793b579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,6 +250,7 @@ M._stream = function(opts)
parse_response_without_stream(result.body)
end)
end
opts.on_complete(nil)
end,
})