switch to deepseek r1
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="
|
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",
|