From 669d677efd0af012e74bb49cafefc8bbd185573d Mon Sep 17 00:00:00 2001 From: kwaroran Date: Mon, 24 Mar 2025 16:58:24 +0900 Subject: [PATCH] Add targ.key --- src/ts/process/request.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ts/process/request.ts b/src/ts/process/request.ts index 542cbbd7..9794919b 100644 --- a/src/ts/process/request.ts +++ b/src/ts/process/request.ts @@ -516,6 +516,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:ModelMo targ.modelInfo.internalID = db.customProxyRequestModel targ.modelInfo.format = db.customAPIFormat targ.customURL = db.forceReplaceUrl + targ.key = db.proxyKey } if(targ.aiModel.startsWith('xcustom:::')){ const found = db.customModels.find(m => m.id === targ.aiModel)