fix: switch back to v3

This commit is contained in:
unknown
2025-01-23 18:28:13 +08:00
parent b17fe062d5
commit 9bd2925161
2 changed files with 14 additions and 8 deletions
+7 -2
View File
@@ -144,10 +144,10 @@ return {
auto_suggestions_provider = "openai",
openai = {
endpoint = "https://api.deepseek.com/v1",
model = "deepseek-reasoner",
model = "deepseek-chat",
timeout = 30000,
temperature = 0,
max_tokens = 4096,
max_tokens = 8192,
},
file_selector = {
provider = "telescope",
@@ -161,5 +161,10 @@ return {
vim.cmd [[Neogit]]
end, { desc = "Run Neogit" })
end
}, {
'hat0uma/csvview.nvim',
config = function()
require('csvview').setup()
end
}
}