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

This commit is contained in:
yetone 2025-01-01 20:48:17 +08:00 committed by GitHub
parent 9abbec4c5b
commit a0d05544af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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