nvim gpt-model to gpt 3.5
This commit is contained in:
parent
e2b0e36307
commit
50312d6c0e
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user