freegpt4-duplicated / run_both.sh
pruth23's picture
Duplicate from pruth23/freegpt4
2f013d1
raw
history blame contribute delete
193 Bytes
#!/bin/sh
./web.ts &
export http_proxy="socks5://localhost:10808"
export https_proxy="socks5://localhost:10808"
export all_proxy="socks5://localhost:10808"
streamlit run ./gui/streamlit_app.py