mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
chore: format code
This commit is contained in:
parent
85e7e79883
commit
fd06f8c21a
2 changed files with 37 additions and 36 deletions
|
|
@ -26,8 +26,9 @@ import { convertSpeaker, generateAudio, speakers } from '../utils/tts.js'
|
|||
import ChatGLMClient from '../utils/chatglm.js'
|
||||
import { convertFaces } from '../utils/face.js'
|
||||
import uploadRecord from '../utils/uploadRecord.js'
|
||||
import { SlackClaudeClient } from "../utils/slack/slackClient.js"
|
||||
import { SlackClaudeClient } from '../utils/slack/slackClient.js'
|
||||
import { ChatgptManagement } from './management.js'
|
||||
import {getPromptByName} from "../utils/prompts.js";
|
||||
try {
|
||||
await import('keyv')
|
||||
} catch (err) {
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ export class ChatgptManagement extends plugin {
|
|||
},
|
||||
{
|
||||
reg: '^#chatgpt(对话|管理|娱乐|绘图|人物设定|聊天记录)?指令表(帮助)?',
|
||||
fnc: 'commandHelp',
|
||||
fnc: 'commandHelp'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue