Merge pull request #516 from samhvw8/feat/use-azure-openai

feat: add explicit Azure OpenAI flag
This commit is contained in:
Matt Rubens
2025-01-23 09:25:41 -08:00
committed by GitHub
4 changed files with 17 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ export interface ApiHandlerOptions {
openAiApiKey?: string
openAiModelId?: string
openAiCustomModelInfo?: ModelInfo
openAiUseAzure?: boolean
ollamaModelId?: string
ollamaBaseUrl?: string
lmStudioModelId?: string