diff --git a/apps/chat.js b/apps/chat.js index 1fc3e24..28a032d 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -2003,8 +2003,7 @@ export class chatgpt extends plugin { } else { tools.push(new SerpImageTool()) tools.push(...[new SearchVideoTool(), - new SendVideoTool(), - new EliMusicTool()]) + new SendVideoTool()]) } let funcMap = {} let fullFuncMap = {}