From 6f6383a31f1a5c7a559b6cd69fbb38f545b074e5 Mon Sep 17 00:00:00 2001 From: Cunninger <1803912219@qq.com> Date: Tue, 28 Jan 2025 07:59:11 +0800 Subject: [PATCH] Update vision model to qwen2.5-vl-72b-instruct - Upgraded model version to qwen2.5-vl-72b-instruct - Updated configuration files to support the new model - Fixed compatibility issues related to the new model --- worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.js b/worker.js index 84b136b..ad433b3 100644 --- a/worker.js +++ b/worker.js @@ -224,7 +224,7 @@ async function recognizeImage(token, imageId) { }, body: JSON.stringify({ stream: false, - model: 'qwen-vl-max-latest', + model: 'qwen2.5-vl-72b-instruct', messages: [ { role: 'user',