capradeepgujaran commited on
Commit
337ada4
·
verified ·
1 Parent(s): 2d89b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def chat_about_image(message, chat_history):
120
 
121
  # Make API call
122
  completion = client.chat.completions.create(
123
- model="llama-3.2-90b-chat", # Using the chat model here
124
  messages=messages,
125
  temperature=0.7,
126
  max_tokens=500,
 
120
 
121
  # Make API call
122
  completion = client.chat.completions.create(
123
+ model="llama-3.2-90b-vision-preview", # Using the chat model here
124
  messages=messages,
125
  temperature=0.7,
126
  max_tokens=500,