Spaces:
Runtime error
Runtime error
File size: 577 Bytes
c87c295 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"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)>
}
}
|