Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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( #
|
| 158 |
-
model="meta-llama/Llama-Vision-
|
| 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 |
)
|