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

switch to deepseek r1

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.7-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="deepseek/deepseek-r1-0528-qwen3-8b:free",
57
  messages=[
58
  {
59
  "role": "user",