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
This commit is contained in:
Cunninger 2025-01-28 07:59:11 +08:00
parent bfc1a28fc4
commit 6f6383a31f

View File

@ -224,7 +224,7 @@ async function recognizeImage(token, imageId) {
}, },
body: JSON.stringify({ body: JSON.stringify({
stream: false, stream: false,
model: 'qwen-vl-max-latest', model: 'qwen2.5-vl-72b-instruct',
messages: [ messages: [
{ {
role: 'user', role: 'user',