[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
2
langchain-chat/shutdown_all.sh
Normal file
2
langchain-chat/shutdown_all.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
# mac设备上的grep命令可能不支持grep -P选项,请使用Homebrew安装;或使用ggrep命令
|
||||
ps -eo pid,user,cmd|grep -P 'server/api.py|webui.py|fastchat.serve|langchain_chat'|grep -v grep|awk '{print $1}'|xargs kill -9
|
||||
Reference in New Issue
Block a user