feat: upgrade model to qwen-max-latest and update code references
This commit is contained in:
parent
77be3dfafe
commit
2a56afaaf5
@ -295,7 +295,7 @@ async function recognizeImage(token, imageId, request) {
|
|||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
stream: false,
|
stream: false,
|
||||||
chat_type: "t2t",
|
chat_type: "t2t",
|
||||||
model: 'qwen2.5-vl-72b-instruct',
|
model: 'qwen-max-latest',
|
||||||
messages: [
|
messages: [
|
||||||
{
|
{
|
||||||
role: 'user',
|
role: 'user',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user