lencx / nofwl

NoFWL Desktop Application
https://nofwl.com
GNU General Public License v3.0
4.25k stars 396 forks source link

[bug] 0.1.0 Using gpt3.5 even if gtp4 was selected #71

Open painfull30 opened 1 year ago

painfull30 commented 1 year ago

image

Windows version I am using

painfull30 commented 1 year ago

UPD: even if i manually change model in gpt.conf.json to

{ "api_key": "sk-...", "api_model": "gpt-4", ... }

It still using model: "gpt-3.5-turbo" in api calls

joliss commented 1 year ago

This is happening on Mac as well. I do have access to the GPT-4 API on the OpenAI Playground, so I'm not sure why it would revert to 3.5.