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,7 +198,8 @@ var (
// Providers that support the "developer" role. Other providers will have "developer" roles converted to "system".
developerRoleSupportedProviders = map[string]bool{
providerTypeAzure: true,
providerTypeOpenAI: true,
providerTypeAzure: true,
}
providerInitializers = map[string]providerInitializer{