Merge branch 'v2' of github.com:ikechan8370/chatgpt-plugin into v2

This commit is contained in:
ikechan8370 2023-07-09 21:58:55 +08:00
commit b35a2a9999
14 changed files with 77 additions and 61 deletions

View file

@ -2009,8 +2009,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 = {}