Merge pull request #555 from dairui1/feat/openrouter_base_url

feat: Add openRouterBaseUrl option
This commit is contained in:
Matt Rubens
2025-01-26 00:35:11 -05:00
committed by GitHub
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