feat: Add openRouterBaseUrl option

This commit is contained in:
dairui1
2025-01-25 16:48:21 +08:00
parent 7b668277fa
commit 4a75f85eac
4 changed files with 41 additions and 7 deletions

View File

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