use claude 3.7 sonnet
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def index():
|
|
| 53 |
# Call the GenAI API to get the Manim code
|
| 54 |
completion = client.chat.completions.create(
|
| 55 |
extra_body={},
|
| 56 |
-
model="anthropic/claude-3.
|
| 57 |
messages=[
|
| 58 |
{
|
| 59 |
"role": "user",
|
|
|
|
| 53 |
# Call the GenAI API to get the Manim code
|
| 54 |
completion = client.chat.completions.create(
|
| 55 |
extra_body={},
|
| 56 |
+
model="anthropic/claude-3.7-sonnet",
|
| 57 |
messages=[
|
| 58 |
{
|
| 59 |
"role": "user",
|