Code-Interpreter / config.json
supercyx3's picture
Update config.json
bb2b2c4
Raw
History Blame Contribute Delete
294 Bytes
{
"API_TYPE": "open_ai",
"API_base": "https://api.nova-oss.com/v1",
"API_VERSION": null,
"API_KEY": "",
"model": {
"GPT-3.5": {
"model_name": "gpt-3.5-turbo",
"available": true
},
"GPT-4": {
"model_name": "gpt-4-0613",
"available": true
}
}
}