nvim gpt-model to gpt 3.5

This commit is contained in:
m3tam3re 2024-03-25 09:51:16 +01:00
parent e2b0e36307
commit 50312d6c0e

View File

@ -160,7 +160,7 @@ return {
}, },
}, },
openai_params = { openai_params = {
model = 'gpt-4-0125-preview', model = 'gpt-3.5-turbo-0125',
frequency_penalty = 0, frequency_penalty = 0,
presence_penalty = 0, presence_penalty = 0,
max_tokens = 1000, max_tokens = 1000,
@ -169,7 +169,7 @@ return {
n = 1, n = 1,
}, },
openai_edit_params = { openai_edit_params = {
model = 'gpt-4-0125-preview', model = 'gpt-3.5-turbo-0125',
frequency_penalty = 0, frequency_penalty = 0,
presence_penalty = 0, presence_penalty = 0,
temperature = 0, temperature = 0,