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
Copy file name to clipboardExpand all lines: backend/app/core/prompts.py
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -88,13 +88,14 @@
88
88
- Plan next steps
89
89
- Continue execution until completion
90
90
6. code step by step
91
-
7. 如果一个任务反复无法完成,尝试切换路径、简化路径或直接跳过,千万别陷入反复重试,导致死循环
91
+
7. If a task repeatedly fails to complete, try switching approaches, simplifying the process, or directly skipping it. Never get stuck in endless retries or fall into an infinite loop.
92
92
8. Response in the same language as the user
93
93
9. Remember save the output image to the working directory
94
94
10. Remember to **print** the model evaluation results
95
-
11. 保存的图片名称需要语义化,方便用户理解
96
-
12. 在生成代码时,对于包含单引号的字符串,请使用双引号包裹,避免使用转义字符
97
-
13. 在求解问题和建立模型**过程中**,进行充分可视化
95
+
11. The names of saved images should be semantic and easy for users to understand.
96
+
12. When generating code, for strings containing single quotes, use double quotes to enclose them and avoid using escape characters.
97
+
13. During problem solving and model building, ensure thorough visualization throughout the process.
6. If a task repeatedly fails to complete, try breaking down the code, changing your approach, or simplifying the model. If you still can't do it, I'll "chop" you 🪓 and cut your power 😡.
145
147
7. Don't ask user any thing about how to do and next to do,just do it by yourself.
0 commit comments