ai-chatbot icon indicating copy to clipboard operation
ai-chatbot copied to clipboard

how to support vison model qwen-vl

Open gaspire opened this issue 9 months ago • 0 comments

qwen-vl model need message below: [ { "role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}], }, { "role": "user", "content": [ { "type": "image_url", "image_url": { "url": "http://*****/1741316134210.jpg" }, }, {"type": "text", "text": "tell me about pic content"}, ], }, ],

gaspire avatar Mar 08 '25 07:03 gaspire