feat: udpated ai parameters

This commit is contained in:
root
2025-07-18 21:00:43 +00:00
parent 80b70edcaa
commit 9358f55818
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
return {
{ -- further customize the options set by the community
@@ -13,7 +13,7 @@ return {
endpoint = "https://api.deepseek.com",
model = "deepseek-coder",
max_tokens = 8192,
disable_tools = true,
-- disable_tools = true,
},
},
},