Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ class BasicAgent:
|
|
| 113 |
image_bytes = f.read()
|
| 114 |
image_b64 = base64.b64encode(image_bytes).decode("utf-8")
|
| 115 |
|
| 116 |
-
|
| 117 |
model="Qwen/Qwen2.5-VL-72B-Instruct",
|
| 118 |
messages=[
|
| 119 |
{
|
|
|
|
| 113 |
image_bytes = f.read()
|
| 114 |
image_b64 = base64.b64encode(image_bytes).decode("utf-8")
|
| 115 |
|
| 116 |
+
result = client.chat_completion(
|
| 117 |
model="Qwen/Qwen2.5-VL-72B-Instruct",
|
| 118 |
messages=[
|
| 119 |
{
|