Skip to content

Commit 17ffbc0

Browse files
committed
chore: set aichat to false
1 parent ab14cde commit 17ffbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ settings["dashboard_image"] = {
233233

234234
-- Set it to false if you don't use AI chat functionality.
235235
---@type boolean
236-
settings["use_chat"] = true
236+
settings["use_chat"] = false
237237

238238
-- Set the language to use for AI chat response here.
239239
--- @type string

0 commit comments

Comments
 (0)