Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def analyze_construction_image(image):
|
|
24 |
|
25 |
# Prepare the message for Groq API
|
26 |
completion = client.chat.completions.create(
|
27 |
-
model="llama-3.2-
|
28 |
messages=[
|
29 |
{
|
30 |
"role": "user",
|
|
|
24 |
|
25 |
# Prepare the message for Groq API
|
26 |
completion = client.chat.completions.create(
|
27 |
+
model="llama-3.2-11b-vision-preview",
|
28 |
messages=[
|
29 |
{
|
30 |
"role": "user",
|