mirror of
https://github.com/alibaba/higress.git
synced 2026-03-07 18:10:54 +08:00
remove openai-compat in developerRoleSupportedProviders
This commit is contained in:
@@ -198,8 +198,7 @@ var (
|
||||
|
||||
// Providers that support the "developer" role. Other providers will have "developer" roles converted to "system".
|
||||
developerRoleSupportedProviders = map[string]bool{
|
||||
providerTypeOpenAI: true,
|
||||
providerTypeAzure: true,
|
||||
providerTypeAzure: true,
|
||||
}
|
||||
|
||||
providerInitializers = map[string]providerInitializer{
|
||||
|
||||
Reference in New Issue
Block a user