Update api.ts

This commit is contained in:
Premshay
2024-12-15 11:28:54 +02:00
committed by GitHub
parent 8460a796e9
commit acf472aae0

View File

@@ -16,7 +16,6 @@ export interface ApiHandlerOptions {
openRouterApiKey?: string openRouterApiKey?: string
openRouterModelId?: string openRouterModelId?: string
openRouterModelInfo?: ModelInfo openRouterModelInfo?: ModelInfo
openRouterUseMiddleOutTransform?: boolean
awsAccessKey?: string awsAccessKey?: string
awsSecretKey?: string awsSecretKey?: string
awsSessionToken?: string awsSessionToken?: string