capradeepgujaran commited on
Commit
451175a
·
verified ·
1 Parent(s): 55c45f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-90b-vision-preview",
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,