diff --git a/nvim/lua/plugins/nvim-cmp.lua b/nvim/lua/plugins/nvim-cmp.lua index 3387151..5009e6e 100644 --- a/nvim/lua/plugins/nvim-cmp.lua +++ b/nvim/lua/plugins/nvim-cmp.lua @@ -81,6 +81,8 @@ return { optional = { stop = get_stop_tokens(model), max_tokens = 256, + temperature = 0.2, + n = 1, }, }, },