这个提交包含在:
qingxu fu
2023-05-25 11:36:35 +08:00
父节点 e8bed9ce85
当前提交 cc0e0a90a6
共有 4 个文件被更改,包括 102 次插入1 次删除

查看文件

@@ -99,6 +99,12 @@ def test_解析ipynb文件():
print(cb)
def test_数学动画生成manim():
from crazy_functions.数学动画生成manim import 动画生成
txt = "A ball split into 2, and then split into 4, and finally split into 8."
for cookies, cb, hist, msg in 动画生成(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_prompt, web_port):
print(cb)
# test_解析一个Python项目()
# test_Latex英文润色()
# test_Markdown中译英()
@@ -108,7 +114,8 @@ def test_解析ipynb文件():
# test_下载arxiv论文并翻译摘要()
# test_解析一个Cpp项目()
# test_联网回答问题()
test_解析ipynb文件()
# test_解析ipynb文件()
test_数学动画生成manim()
input("程序完成,回车退出。")
print("退出。")