refactor: Add Cohere AI model support to BotSettings page

This commit is contained in:
kwaroran
2024-05-28 01:48:40 +09:00
parent db9be4e240
commit 398b4c994f
2 changed files with 6 additions and 1 deletions

View File

@@ -217,6 +217,7 @@ async function processCommand(command:string, pipe:string):Promise<false | strin
case 'test_lorebook':{
const p = await loadLoreBookV3Prompt()
console.log(p)
alertNormal(p.actives.map((e)=>e.prompt).join('§'))
return JSON.stringify(p)
}
case '?':{