Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def analyze_construction_image(image, follow_up_question=""):
|
|
49 |
})
|
50 |
|
51 |
completion = client.chat.completions.create(
|
52 |
-
model="llama-3.2-
|
53 |
messages=messages,
|
54 |
temperature=0.7,
|
55 |
max_tokens=1000,
|
|
|
49 |
})
|
50 |
|
51 |
completion = client.chat.completions.create(
|
52 |
+
model="llama-3.2-11b-vision-preview",
|
53 |
messages=messages,
|
54 |
temperature=0.7,
|
55 |
max_tokens=1000,
|