chore: update version and enhance provider model configurations.

This commit is contained in:
decolua
2026-02-22 11:30:43 +07:00
parent ea67742f2a
commit 930e917092
7 changed files with 46 additions and 53 deletions
+1
View File
@@ -186,6 +186,7 @@ const server = https.createServer(sslOptions, async (req, res) => {
}
const model = extractModel(bodyBuffer);
console.log(`📡 ${model} (passthrough)`);
const mappedModel = getMappedModel(model);
if (!mappedModel) {