Skip to content

Commit

Permalink
测试实验性功能 使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 24, 2023
1 parent cefc40a commit 289ace0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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项目
```


Expand All @@ -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项目
```


Expand Down

0 comments on commit 289ace0

Please sign in to comment.