fix: switch back to v3
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user