mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-23 15:29:59 +08:00
1 line
101 B
Bash
1 line
101 B
Bash
ps -eo user,pid,cmd|grep fastchat.serve.openai_api_server|grep -v grep|awk '{print $2}'|xargs kill -9 |