From 289ace03cfd7436a09093277d6f48fa6018131c7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 24 Mar 2023 19:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=AE=9E=E9=AA=8C=E6=80=A7?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=20=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7353482..7bd7cd2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ cd chatgpt_academic python -m pip install -r requirements.txt # 运行 python main.py + +# 测试实验性功能 +input区域 输入 ./crazy_functions/test_project/cpp/libJPG , 然后点击 解析整个C++项目的头文件 +input区域 输入 ./crazy_functions/test_project/latex/attention , 然后点击 解读latex论文写摘要 +input区域 输入 ./crazy_functions/test_project/python/dqn , 然后点击 解析整个Python项目 ``` @@ -86,6 +91,10 @@ docker build -t gpt-academic . # 运行 docker run --rm -it --net=host gpt-academic +# 测试实验性功能 +input区域 输入 ./crazy_functions/test_project/cpp/libJPG , 然后点击 解析整个C++项目的头文件 +input区域 输入 ./crazy_functions/test_project/latex/attention , 然后点击 解读latex论文写摘要 +input区域 输入 ./crazy_functions/test_project/python/dqn , 然后点击 解析整个Python项目 ```