mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
Feat: support azure openai for temporary (#101)
This commit is contained in:
@@ -55,10 +55,8 @@ export type Member = Pick<UserProfileResponse, 'id' | 'name' | 'email' | 'last_l
|
||||
}
|
||||
|
||||
export type ProviderAzureToken = {
|
||||
azure_api_base: string
|
||||
azure_api_key: string
|
||||
azure_api_type: string
|
||||
azure_api_version: string
|
||||
openai_api_base: string
|
||||
openai_api_key: string
|
||||
}
|
||||
export type Provider = {
|
||||
provider_name: string
|
||||
|
||||
Reference in New Issue
Block a user