chore: set build from source to false (#494)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-09-03 15:49:41 -04:00 committed by GitHub
parent f7c3003f4c
commit d395aa3fea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ H.commands = function()
local key, value = arg:match("(%w+)=(%w+)")
if key and value then args[key] = value == "true" end
end
if args.source == nil then args.source = true end
if args.source == nil then args.source = false end
require("avante.api").build(args)
end, {