mirror of
https://github.com/alibaba/higress.git
synced 2026-06-08 04:07:31 +08:00
Ai proxy support coze (#1387)
This commit is contained in:
@@ -42,6 +42,7 @@ const (
|
||||
providerTypeMistral = "mistral"
|
||||
providerTypeCohere = "cohere"
|
||||
providerTypeDoubao = "doubao"
|
||||
providerTypeCoze = "coze"
|
||||
|
||||
protocolOpenAI = "openai"
|
||||
protocolOriginal = "original"
|
||||
@@ -101,6 +102,7 @@ var (
|
||||
providerTypeMistral: &mistralProviderInitializer{},
|
||||
providerTypeCohere: &cohereProviderInitializer{},
|
||||
providerTypeDoubao: &doubaoProviderInitializer{},
|
||||
providerTypeCoze: &cozeProviderInitializer{},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user