LaiTool V3.0.4

This commit is contained in:
2024-09-04 19:49:20 +08:00
parent ccddd2412a
commit 5dc75f018a
53 changed files with 1632 additions and 312 deletions
+5 -1
View File
@@ -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)
// 加当前提问的