interpreter / config.json
binker's picture
Update config.json
0321fb4
raw
history blame contribute delete
354 Bytes
{
"API_TYPE": "open_ai",
"API_base": "https://api.gptapi.us/v1",
"API_VERSION": null,
"API_KEY": "sk-OLURJQQDLWwmN03y1dB0417fB1B44dF9AeCf348b4a4b4f4e",
"model": {
"GPT-3.5": {
"model_name": "gpt-3.5-turbo-16k",
"available": true
},
"GPT-4": {
"model_name": "gpt-4-1106-preview",
"available": true
}
}
}