mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 18:36:53 +08: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