diff --git a/src/ts/process/request.ts b/src/ts/process/request.ts index da951040..b3ca16b2 100644 --- a/src/ts/process/request.ts +++ b/src/ts/process/request.ts @@ -497,7 +497,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model' // inlay models doesn't support logit_bias // gpt-4-turbo supports both logit_bias and inlay image if(!( - aiModel.startsWith('gpt4') || + aiModel.startsWith('gpt') || (aiModel == 'reverse_proxy' && ( db.proxyRequestModel?.startsWith('gpt') || (db.proxyRequestModel === 'custom' && db.customProxyRequestModel.startsWith('gpt'))