Martin Bär
commited on
Commit
·
31f8487
1
Parent(s):
c89b357
Update to bigger Qwen VL model
Browse files- multimodality_tools.py +1 -1
multimodality_tools.py
CHANGED
@@ -69,7 +69,7 @@ def answer_image_question(question: str, file_id: str) -> str:
|
|
69 |
)
|
70 |
|
71 |
completion = client.chat.completions.create(
|
72 |
-
model= "Qwen/Qwen2.5-VL-
|
73 |
messages=[
|
74 |
{
|
75 |
"role": "user",
|
|
|
69 |
)
|
70 |
|
71 |
completion = client.chat.completions.create(
|
72 |
+
model= "Qwen/Qwen2.5-VL-72B-Instruct",
|
73 |
messages=[
|
74 |
{
|
75 |
"role": "user",
|