CoolFace
Apppublic

chenxc1029/Local-Code-Interpreter

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes
config.json17 linesDownload Raw Back to root
1{2  "API_TYPE": "open_ai",3  "API_base": "https://api.openai.com/v1",4  "API_VERSION": null, 5  "API_KEY": "",6  "model": {7    "GPT-3.5": {8      "model_name": "gpt-3.5-turbo-0613",9      "available": true 10    },11    "GPT-4": {12      "model_name": "gpt-4-0613",13      "available": true14    }15  }16}17