mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-21 06:07:13 +08:00
fix: add click dependencies
This commit is contained in:
@@ -9,6 +9,7 @@ agentmesh-sdk>=0.1.3
|
|||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0
|
||||||
PyYAML>=6.0
|
PyYAML>=6.0
|
||||||
croniter>=2.0.0
|
croniter>=2.0.0
|
||||||
|
click>=8.0
|
||||||
qrcode
|
qrcode
|
||||||
|
|
||||||
# wechatcom & wechatmp
|
# wechatcom & wechatmp
|
||||||
|
|||||||
6
run.sh
6
run.sh
@@ -590,7 +590,11 @@ start_project() {
|
|||||||
echo -e " ${GREEN}./run.sh status${NC} Check status"
|
echo -e " ${GREEN}./run.sh status${NC} Check status"
|
||||||
echo -e " ${GREEN}./run.sh logs${NC} View logs"
|
echo -e " ${GREEN}./run.sh logs${NC} View logs"
|
||||||
fi
|
fi
|
||||||
echo -e " ${GREEN}./run.sh update${NC} Update and restart"
|
if $USE_COW; then
|
||||||
|
echo -e " ${GREEN}cow update${NC} Update and restart"
|
||||||
|
else
|
||||||
|
echo -e " ${GREEN}./run.sh update${NC} Update and restart"
|
||||||
|
fi
|
||||||
echo -e "${CYAN}${BOLD}=========================================${NC}"
|
echo -e "${CYAN}${BOLD}=========================================${NC}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user