Spaces:
Running
Running
Commit
·
7a640f1
1
Parent(s):
1c954af
feat: move provider to groq
Browse files- 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="
|
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 |
)
|