theminji commited on
Commit
99e289e
·
verified ·
1 Parent(s): 98da5ee

use claude 3.7 sonnet

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.5-sonnet",
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",