小朴 大佬有话说 :
100元找人配置python代码
本帖最后由 小朴 于 2023-4-19 17:48 编辑
服务器安装bt了
git的某个代码想在服务器里运行
程序压缩包总共6kb的非常小的功能很简单的程序
我的服务器信息无法提供
因为程序在运行中
我想学步骤
能让程序正常运行起来就可以
云烟 大佬有话说 :
直接把git仓库放出来看看
小朴 大佬有话说 :
云烟 大佬有话说 : 2023-4-19 17:43
直接把git仓库放出来看看
给大佬发送过去了
言和 大佬有话说 :
仓库发来看看;Phttps://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif
小朴 大佬有话说 :
本帖最后由 小朴 于 2023-4-19 17:48 编辑
言和 大佬有话说 : 2023-4-19 17:46
仓库发来看看
evanBP 大佬有话说 :
requirements.txt装下然后sh setup.sh && streamlit run chatgpt.py
言和 大佬有话说 :
本帖最后由 言和 于 2023-4-19 18:03 编辑
小朴 大佬有话说 : 2023-4-19 17:47
apt install -y git python3 python3-pip
git clone https://github.com/teddylee777/chatgpt-blog-generation
cd chatgpt-blog-generation
mkdir -p ~/.streamlit/
PORT=3333 #3333改你的端口
echo -e "
n
port = $PORTn
enableCORS = falsen
headless = truen
n
" > ~/.streamlit/config.toml
pip3 install -r requirements.txt
streamlit run chatgpt.pyhttps://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif
vinny 大佬有话说 :
配置虚拟环境