Code-Interpreter / config.json
xqx666's picture
Update config.json
8cd2fb0
raw
history blame contribute delete
283 Bytes
{
"API_TYPE": "open_ai",
"API_base": "https://api.qxfree.top/v1",
"API_VERSION": null,
"API_KEY": "",
"model": {
"GPT-3.5": {
"model_name": "gpt-3.5-turbo",
"available": true
},
"GPT-4": {
"model_name": "",
"available": false
}
}
}