chatgpt-academic 新手运行官方精简指南(科研chatgpt拓展)

教程和测评1年前 (2023)更新 liyi
370 0 0


1、下载并打开Anaconda
2、下载代码
3、安装python环境
- conda create -n gptac_venv python=3.11
- conda activate gptac_venv
- python -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
4、配置
- USE_PROXY = True
- proxies = { xxxx }
5、填写API_KEY
6、运行! python main.py

© 版权声明

相关文章

分享