Hey there,
Is this a bug or my fault? I cannot use ChatGPT 3.5 with Autogen, it always uses ChatGPT 4, even though it's not configured in the OAI_CONFIG_LIST file.
My OAI_CONFIG_LIST looks like this:
[ { "model": "gpt-3.5-turbo-16k", "api_key": "1234567" } ]
I load the config file like this:
config_list = config_list_from_json(env_or_file="OAI_CONFIG_LIST")
When I type "set" into my Terminal, there is no OAI_CONFIG_LIST environment variable set that might overwrite the config file.
I tried this again with a clean install of Autogen in a new project and I can't get it to work with ChatGPT 3.5.
Am I doing something wrong?
Thank you