code_interpreter / config.json
binker's picture
Update config.json
e77a22a
raw
history blame contribute delete
352 Bytes
{
"API_TYPE": "open_ai",
"API_base": "https://api.akm.pw/v1",
"API_VERSION": null,
"API_KEY": "sk-2oubVOtaRdkaKUR0161aDc4c3cB54a589359D3784b10D35a",
"model": {
"GPT-3.5": {
"model_name": "gpt-3.5-turbo-16k",
"available": true
},
"GPT-4": {
"model_name": "gpt-4-1106-preview",
"available": true
}
}
}