asd
/
OpenCodeInterpreter
/data_collection
/Local-Code-Interpreter
/config_example
/config.azure.example.json
{ | |
"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)> | |
} | |
} | |