LaiTool V3.0.4
This commit is contained in:
@@ -106,7 +106,11 @@ export class GPT {
|
||||
let single_word = element.after_gpt
|
||||
|
||||
// 判断当前的格式
|
||||
if (['superSinglePrompt', 'onlyPromptMJ'].includes(this.global.config.gpt_auto_inference)) {
|
||||
if (
|
||||
['superSinglePrompt', 'onlyPromptMJ', 'superSinglePromptChinese'].includes(
|
||||
this.global.config.gpt_auto_inference
|
||||
)
|
||||
) {
|
||||
// 有返回案例的
|
||||
message = gptDefine.GetExamplePromptMessage(this.global.config.gpt_auto_inference)
|
||||
// 加当前提问的
|
||||
|
||||
Reference in New Issue
Block a user