Add anthropicBaseUrl option

This commit is contained in:
Saoud Rizwan
2024-09-07 07:31:29 -04:00
parent c8db73fd69
commit ca4ad1d0b3
4 changed files with 39 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ export type ApiProvider = "anthropic" | "openrouter" | "bedrock" | "vertex" | "o
export interface ApiHandlerOptions {
apiModelId?: string
apiKey?: string // anthropic
anthropicBaseUrl?: string
openRouterApiKey?: string
awsAccessKey?: string
awsSecretKey?: string