fix: 伪人错误记录历史的问题

This commit is contained in:
ikechan8370 2025-03-25 20:31:27 +08:00
parent eb71222ed8
commit 089f6b6316
3 changed files with 10 additions and 0 deletions

View file

@ -173,6 +173,7 @@ export async function initChaite () {
})
chaite.getGlobalConfig().setHost(ChatGPTConfig.chaite.host)
chaite.getGlobalConfig().setPort(ChatGPTConfig.chaite.port)
chaite.getGlobalConfig().setDebug(ChatGPTConfig.basic.debug)
logger.info('Chaite.RAGManager 初始化完成')
chaite.runApiServer()
}