构建开源的GPT4
GitHub开源地址
克隆文件至本地
1 | git clone https://github.com/xtekky/gpt4free.git |
下载依赖
进入gpt4free根目录执行
1 | pip3 install -r requirements.txt |
将gui拷贝至gpt4free根目录
1 | cp gui/streamlit_app.py . |
运行
1 | python3 -m streamlit run streamlit_app.py |
或者
1 | streamlit run streamlit_app.py |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 纪元阁!
评论