创建虚拟环境
conda create --prefix=D:\Software\Miniconda3\envs\chatgptweb python=3.10
conda activate D:\Software\Miniconda3\envs\chatgptweb
conda deactivate
下载代码解压
安装依赖的包
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
运行项目
python app.py
参考
https://gitee.com/aniu-666/chat-gpt-website