log-analyzer / config.json
Hashintha's picture
upload
196a582
raw
history blame contribute delete
330 Bytes
{
"API_TYPE": "open_ai",
"API_base": "https://api.openai.com/v1",
"API_VERSION": null,
"API_KEY": "",
"model": {
"GPT-3.5": {
"model_name": "gpt-3.5-turbo-0613",
"available": true
},
"GPT-4": {
"model_name": "gpt-4-0613",
"available": true
}
}
}