shukdevdattaEX commited on
Commit
f7fc680
·
verified ·
1 Parent(s): c1bccba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def generate_math_solution_together(api_key, problem_text, image_path=None, hist
155
 
156
 
157
  response=client.chat.completions.create( #Together
158
- model="meta-llama/Llama-3.2-90B-Vision-Instruct-Turbo",
159
  messages=messages,
160
  stream=False
161
  )
 
155
 
156
 
157
  response=client.chat.completions.create( #Together
158
+ model="nim/meta/llama-3.2-11b-vision-instruct",
159
  messages=messages,
160
  stream=False
161
  )