1. 支持自定义MJ API,接口格式必须满足 Midjourney-proxy-plus 接口,https://apiai.apifox.cn/folder-31977042
2. 支持自定义生图包。生图包的格式必须满足 Midjourney-proxy-plus 接口,https://apiai.apifox.cn/folder-31977042
3. 修改软件机器码生成方式
4. 新增推理模式(聚合推文,配合人物提取可以做到人物统一)
5. 修改软件内置人物提取提示词
This commit is contained in:
2025-04-10 20:16:51 +08:00
parent 863ac4d7f4
commit bf4b488a02
28 changed files with 1924 additions and 386 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ export class GPT {
},
{
role: 'user',
content: gptDefine.getUserContentByType('character', {})
content: gptDefine.getUserContentByType('character', {textContent: value})
}
]
let content = await RetryWithBackoff(