Daemontatox commited on
Commit
f0f2f38
·
verified ·
1 Parent(s): 62eeec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def compare_details_chat_fn(user_details):
145
  )
146
 
147
  stream = chat_client.chat.completions.create(
148
- model="meta-llama/Llama-3.2-11B-Vision-Instruct",
149
  messages=messages,
150
  max_tokens=512,
151
  stream=True
 
145
  )
146
 
147
  stream = chat_client.chat.completions.create(
148
+ model="meta-llama/Llama-3.3-70B-Instruct",
149
  messages=messages,
150
  max_tokens=512,
151
  stream=True