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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -154,8 +154,8 @@ def generate_math_solution_together(api_key, problem_text, image_path=None, hist
154
  })
155
 
156
 
157
- response=client.chat.completions.create( #TOgether
158
- model="meta-llama/Llama-Vision-Free",
159
  messages=messages,
160
  stream=False
161
  )
 
154
  })
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
  )