codefuse-chatbot/examples/start.sh

8 lines
196 B
Bash
Raw Normal View History

#!/bin/bash
cp ../configs/model_config.py.example ../configs/model_config.py
cp ../configs/server_config.py.example ../configs/server_config.py
streamlit run webui_config.py --server.port 8510