capradeepgujaran commited on
Commit
f82c921
·
verified ·
1 Parent(s): 85d2f78

Update app.py

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