mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
Merge branch 'v2' of https://github.com/ycxom/chatgpt-plugin into v2
This commit is contained in:
commit
467212cc22
1 changed files with 4 additions and 1 deletions
|
|
@ -305,6 +305,9 @@ export class bym extends plugin {
|
||||||
if (Config.azSerpKey) {
|
if (Config.azSerpKey) {
|
||||||
tools.push(new SerpTool())
|
tools.push(new SerpTool())
|
||||||
}
|
}
|
||||||
|
if (Config.azSerpKey) {
|
||||||
|
tools.push(new SerpTool())
|
||||||
|
}
|
||||||
if (e.group.is_admin || e.group.is_owner) {
|
if (e.group.is_admin || e.group.is_owner) {
|
||||||
tools.push(new EditCardTool())
|
tools.push(new EditCardTool())
|
||||||
tools.push(new JinyanTool())
|
tools.push(new JinyanTool())
|
||||||
|
|
@ -349,7 +352,7 @@ export class bym extends plugin {
|
||||||
await downImg(e, opt.image);
|
await downImg(e, opt.image);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (t) {
|
if (t) {
|
||||||
let finalMsg = await convertFaces(t, true, e)
|
let finalMsg = await convertFaces(t, true, e)
|
||||||
logger.info(JSON.stringify(finalMsg))
|
logger.info(JSON.stringify(finalMsg))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue