codefuse-chatbot/examples/start_webui.sh

13 lines
185 B
Bash
Raw Normal View History

2023-09-28 10:58:58 +08:00
#!/bin/bash
set -e
# python ../dev_opsgpt/service/llm_api.py
# 启动独立的沙箱环境
python start_sandbox.py
# python ../dev_opsgpt/service/llm_api.py
streamlit run webui.py