Revert "openai compatiable developer replace"

This reverts commit 6c9747d778.
This commit is contained in:
johnlanni
2026-03-05 10:07:54 +08:00
parent 6c9747d778
commit 2e3f6868df
7 changed files with 8 additions and 7 deletions

View File

@@ -198,6 +198,7 @@ var (
// Providers that support the "developer" role. Other providers will have "developer" roles converted to "system". // Providers that support the "developer" role. Other providers will have "developer" roles converted to "system".
developerRoleSupportedProviders = map[string]bool{ developerRoleSupportedProviders = map[string]bool{
providerTypeOpenAI: true,
providerTypeAzure: true, providerTypeAzure: true,
} }