diff options
Diffstat (limited to '.config/nvim/init.lua')
| -rw-r--r-- | .config/nvim/init.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index e61c32d..62dd5e8 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -231,6 +231,7 @@ if tele_ok then keymap("n", "<leader>fb", function() builtin.buffers({ prompt_prefix = " search: ", + initial_mode = "normal" }) end, {}) @@ -444,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", |
