This commit is contained in:
qingxu fu
2023-05-25 11:36:35 +08:00
parent e8bed9ce85
commit cc0e0a90a6
4 changed files with 102 additions and 1 deletions

View File

@@ -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("退出。")