interpreter / config.json
binker's picture
Upload 6 files
855fc19
raw
history blame
354 Bytes
{
"API_TYPE": "open_ai",
"API_base": "https://api.zeroai.link/v1",
"API_VERSION": null,
"API_KEY": "sk-g8IWhTw12439JewdEaD8CdBe7d2049548200AcBb6a74078f",
"model": {
"GPT-3.5": {
"model_name": "gpt-3.5-turbo-16k-0613",
"available": true
},
"GPT-4": {
"model_name": "gpt-4-0613",
"available": true
}
}
}