Samarth0710 commited on
Commit
7a640f1
·
1 Parent(s): 1c954af

feat: move provider to groq

Browse files
Files changed (1) hide show
  1. manimator/main.py +1 -1
manimator/main.py CHANGED
@@ -130,7 +130,7 @@ def process_prompt_scene(prompt: str) -> str:
130
  },
131
  ]
132
  response = litellm.completion(
133
- model="sambanova/Meta-Llama-3.3-70B-Instruct",
134
  messages=messages,
135
  num_retries=2,
136
  )
 
130
  },
131
  ]
132
  response = litellm.completion(
133
+ model="groq/llama-3.3-70b-versatile",
134
  messages=messages,
135
  num_retries=2,
136
  )