Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def analyze_construction_image(image, follow_up_question=""):
|
|
55 |
})
|
56 |
|
57 |
completion = client.chat.completions.create(
|
58 |
-
model="llama-3.2-
|
59 |
messages=messages,
|
60 |
temperature=0.7,
|
61 |
max_tokens=1000,
|
|
|
55 |
})
|
56 |
|
57 |
completion = client.chat.completions.create(
|
58 |
+
model="llama-3.2-11b-vision-preview",
|
59 |
messages=messages,
|
60 |
temperature=0.7,
|
61 |
max_tokens=1000,
|