feat: upgrade model to qwen-max-latest and update code references

This commit is contained in:
cunninger 2025-03-11 19:26:34 +08:00
parent 77be3dfafe
commit 2a56afaaf5

View File

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