Spaces:
Runtime error
Runtime error
codellama-CodeLlama-7b-hf / Llama2-Code-Interpreter-main /OpenCodeInterpreter /data_collection /Local-Code-Interpreter /config_example /config.azure.example.json
Invalid JSON:Unexpected token '<', ..."-NAME1>": <contex_wi"... is not valid 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)> | |
| } | |
| } | |