Upgrade translator playground
This commit is contained in:
@@ -247,7 +247,7 @@ export async function requestChatData(arg:requestDataArgument, model:ModelModeEx
|
||||
|
||||
try{
|
||||
const currentChar = getCurrentCharacter()
|
||||
if(currentChar.type !== 'group'){
|
||||
if(currentChar?.type !== 'group'){
|
||||
const perf = performance.now()
|
||||
const d = await runTrigger(currentChar, 'request', {
|
||||
chat: getCurrentChat(),
|
||||
|
||||
Reference in New Issue
Block a user