mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
添加画图工具,优化部分提示词
This commit is contained in:
parent
449dc12c1b
commit
a13476c3d8
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import { JinyanTool } from '../utils/tools/JinyanTool.js'
|
||||||
import { KickOutTool } from '../utils/tools/KickOutTool.js'
|
import { KickOutTool } from '../utils/tools/KickOutTool.js'
|
||||||
import { SetTitleTool } from '../utils/tools/SetTitleTool.js'
|
import { SetTitleTool } from '../utils/tools/SetTitleTool.js'
|
||||||
import {SerpTool} from '../utils/tools/SerpTool.js'
|
import {SerpTool} from '../utils/tools/SerpTool.js'
|
||||||
|
import { APTool } from '../utils/tools/APTool.js'
|
||||||
|
|
||||||
// 角色映射表
|
// 角色映射表
|
||||||
const roleMap = {
|
const roleMap = {
|
||||||
|
|
@ -163,6 +164,7 @@ ${Object.values(faceMap).map(face => `[/${face}]`).join(',')}
|
||||||
new SendVideoTool(),
|
new SendVideoTool(),
|
||||||
new SendMusicTool(),
|
new SendMusicTool(),
|
||||||
new SendPictureTool(),
|
new SendPictureTool(),
|
||||||
|
new APTool(),
|
||||||
new WebsiteTool(),
|
new WebsiteTool(),
|
||||||
new WeatherTool()
|
new WeatherTool()
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue