alKoGolik's picture
Upload 169 files
c87c295 verified
raw
history blame
577 Bytes
{
"API_TYPE": "azure",
"API_base": "<YOUR-API-ENDPOINT>",
"API_VERSION": "2023-12-01-preview",
"API_KEY": "<YOUR-API-KEY>",
"model": {
"GPT-3.5": {
"model_name": "<YOUR-DEPLOYMENT-NAME>",
"available": true
},
"GPT-4": {
"model_name": "<YOUR-DEPLOYMENT-NAME>",
"available": true
},
"GPT-4V": {
"model_name": "<YOUR-DEPLOYMENT-NAME>",
"available": true
}
},
"model_context_window": {
"<YOUR-DEPLOYMENT-NAME1>": <contex_window (integer)>,
"<YOUR-DEPLOYMENT-NAME2>": <contex_window (integer)>
}
}