Skip to content

Commit b188948

Browse files
committed
update model
1 parent 4eaa6ab commit b188948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dot_config/nvim/init.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ if vim.env.OPENAI_API_KEY ~= nil then
240240
-- assume 1 token = 4 characters of text
241241
-- as a rule of thumb
242242
local gpt_4_config = {
243-
model = "gpt-4",
243+
model = "gpt-4-turbo",
244244
max_tokens = 8192,
245-
temperature = 0,
245+
temperature = 0.1,
246246
}
247247

248248
local gpt_4_commands = {

0 commit comments

Comments
 (0)