remove openai-compat in developerRoleSupportedProviders

This commit is contained in:
johnlanni
2026-03-05 10:09:47 +08:00
parent 2e3f6868df
commit aa502e7e62

View File

@@ -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{