I update my model in my config like so
openai_params = {
model = "gpt-4",
frequency_penalty = 0,
presence_penalty = 0,
max_tokens = 800,
temperature = 0,
top_p = 1,
n = 1,
},
openai_edit_params = {
model = "gpt-4",
temperature = 0,
top_p = 1,
n = 1,
},
...which I have verified as being read properly by changing another option and seeing that update.
when I press ctrl o to open the options it says gpt-4 (which I by the way cannot get to change back to gpt-3.5-turbo, now) but when I ask 'what model of chat gpt am I using' it always reports chat gpt 3.
I've tried even trying to break the model by changing it to 'gpt-5' and it still seems to be using gpt 3 and doesn't break.
I update my model in my config like so
...which I have verified as being read properly by changing another option and seeing that update.
when I press ctrl o to open the options it says gpt-4 (which I by the way cannot get to change back to gpt-3.5-turbo, now) but when I ask 'what model of chat gpt am I using' it always reports chat gpt 3.
I've tried even trying to break the model by changing it to 'gpt-5' and it still seems to be using gpt 3 and doesn't break.