From acf472aae0b88a172963b2dd1c476d52d9451f03 Mon Sep 17 00:00:00 2001 From: Premshay Date: Sun, 15 Dec 2024 11:28:54 +0200 Subject: [PATCH] Update api.ts --- src/shared/api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/api.ts b/src/shared/api.ts index e92cdc8..32b7891 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -16,7 +16,6 @@ export interface ApiHandlerOptions { openRouterApiKey?: string openRouterModelId?: string openRouterModelInfo?: ModelInfo - openRouterUseMiddleOutTransform?: boolean awsAccessKey?: string awsSecretKey?: string awsSessionToken?: string