This commit is contained in:
timothycarambat 2025-01-23 16:43:18 -08:00
parent 57f4f46a39
commit 273d116586

View File

@ -1,14 +1,14 @@
const MODELS = {
"sonar-pro": {
"id": "sonar-pro",
"name": "sonar-pro",
"maxLength": 200000
id: "sonar-pro",
name: "sonar-pro",
maxLength: 200000,
},
sonar: {
id: "sonar",
name: "sonar",
maxLength: 127072,
},
"sonar": {
"id": "sonar",
"name": "sonar",
"maxLength": 127072
}
};
module.exports.MODELS = MODELS;