feat: add prompt block words

This commit is contained in:
ikechan8370 2023-02-22 12:22:23 +08:00
parent 0365a3a09f
commit f235552e2b
3 changed files with 10 additions and 2 deletions

View file

@ -9,6 +9,8 @@ export default {
// ***********************************************************************************************************************************
// 如果回答包括屏蔽词,就不返回。
// blockWords: ['屏蔽词1', '屏蔽词b'],
// 问题中如果触发屏蔽词,也会拒绝回答
// promptBlockWords: ['屏蔽词1', '屏蔽词b'],
// 改为true后全局默认以图片形式回复并自动发出Continue命令补全回答。长回复可能会有bug。
// defaultUsePicture: false,
// 如果true字数大于阈值autoUsePictureThreshold会自动用图片发送即使是文本模式。