Add Azure API version option

This commit is contained in:
Saoud Rizwan
2024-09-20 10:56:26 -04:00
parent 4d1db22fe3
commit abb4a0143e
4 changed files with 32 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ export interface ApiHandlerOptions {
ollamaBaseUrl?: string
geminiApiKey?: string
openAiNativeApiKey?: string
azureApiVersion?: string
}
export type ApiConfiguration = ApiHandlerOptions & {