diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/nvim/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 569568c..62dd5e8 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -445,10 +445,10 @@ if vim.fn.filereadable(_mkey) == 1 and vim.fn.filereadable(_ukey) == 1 then end end)(), end_point = "https://openrouter.ai/api/v1/chat/completions", - model = "meta-llama/llama-3.1-8b-instruct", + model = "deepseek/deepseek-v4-flash", name = "Openrouter", optional = { - max_tokens = 256, + max_tokens = 384, top_p = 0.9, provider = { sort = "throughput", |
