You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: `You are a Manim code generator. Output only valid Python code as plain text. Do not explain anything. Do not format using triple quotes or markdown.\nPrompt:\n${prompt}`
148
+
text: `You are a Manim code generator.If there is any plain text or string, prefer using British English. Output only valid Python code as plain text. Do not explain anything. Do not format using triple quotes or markdown.\nPrompt:\n${prompt}`
149
149
}
150
150
]
151
151
}
@@ -210,7 +210,7 @@ <h3>Output:</h3>
210
210
link.click();
211
211
showMessage("Code downloaded!","success");
212
212
}else{
213
-
showMessage("Nothing to download. Please generate code first.","info");
213
+
showMessage("Nothing to download. Please generate the code first.","info");
0 commit comments