This website requires JavaScript.
Explore
Help
Register
Sign In
weiweiw
/
Langchain-Chatchat
Watch
1
Star
0
Fork
You've already forked Langchain-Chatchat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9f4567865c
Langchain-Chatchat
/
shutdown_server.sh
1 line
77 B
Bash
Raw
Blame
History
ps -eo user,pid,cmd
|
grep fastchat
|
grep -v grep
|
awk
'{print $2}'
|
xargs
kill
-9
Reference in New Issue
View Git Blame
Copy Permalink