[feat] add kayra

This commit is contained in:
kwaroran
2023-07-29 08:07:01 +09:00
parent 7b768d3e73
commit a370b9c033
3 changed files with 9 additions and 9 deletions

View File

@@ -315,13 +315,8 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
break
}
case 'novelai':{
if(!isTauri){
return{
type: 'fail',
result: "NovelAI doesn't work in web version."
}
}
case 'novelai':
case 'novelai_kayra':{
const proompt = stringlizeChat(formated, currentChar?.name ?? '')
const params = {
"input": proompt,