Code-Interpreter / config.json.example
fanzhuyu's picture
Duplicate from dongsiqie/Code-Interpreter
a387a9a
raw
history blame contribute delete
No virus
289 Bytes
{
"API_TYPE": "open_ai",
"API_base": "https://api.chatanywhere.cn/v1",
"API_VERSION": null,
"API_KEY": "",
"model": {
"GPT-3.5": {
"model_name": "gpt-3.5-turbo",
"available": true
},
"GPT-4": {
"model_name": "",
"available": false
}
}
}