diff --git a/.gitignore b/.gitignore index 1374df4..8a5d385 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,6 @@ plugins/banwords/lib/__pycache__ !plugins/coze4upload !plugins/file4upload !plugins/kimi4upload -!plugins/sum4all client_config.json !config.json +!plugins.json diff --git a/docker/build.latest.sh b/docker/build.latest.sh index 7a7d341..c1d245f 100644 --- a/docker/build.latest.sh +++ b/docker/build.latest.sh @@ -3,6 +3,6 @@ unset KUBECONFIG cd .. && docker build -f docker/Dockerfile.latest \ - -t ssjl/chatgpt-on-wechat . + -t ssjl/ai-on-wechat . -docker tag ssjl/chatgpt-on-wechat ssjl/chatgpt-on-wechat:$(date +%y%m%d) \ No newline at end of file +docker tag ssjl/ai-on-wechat ssjl/ai-on-wechat:$(date +%y%m%d) \ No newline at end of file diff --git a/plugins/plugins.json b/plugins/plugins.json new file mode 100644 index 0000000..1a34c6e --- /dev/null +++ b/plugins/plugins.json @@ -0,0 +1,61 @@ +{ + "plugins": { + "Godcmd": { + "enabled": true, + "priority": 999 + }, + "kimi4upload": { + "enabled": false, + "priority": 998 + }, + "coze4upload": { + "enabled": false, + "priority": 998 + }, + + "Keyword": { + "enabled": true, + "priority": 900 + }, + "Banwords": { + "enabled": false, + "priority": 100 + }, + "linkai": { + "enabled": false, + "priority": 99 + }, + "tool": { + "enabled": false, + "priority": 0 + }, + "Role": { + "enabled": true, + "priority": 0 + }, + "Dungeon": { + "enabled": true, + "priority": 0 + }, + "BDunit": { + "enabled": false, + "priority": 0 + }, + "healthai": { + "enabled": true, + "priority": 998 + }, + "file4upload": { + "enabled": false, + "priority": -1 + }, + "Hello": { + "enabled": true, + "priority": -1 + }, + "Finish": { + "enabled": true, + "priority": -999 + } + } +} \ No newline at end of file diff --git a/plugins/sum4all b/plugins/sum4all deleted file mode 160000 index 2972a35..0000000 --- a/plugins/sum4all +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2972a35f6dd1fe8c09a072f65328ff2166ea9de4