openai compatiable developer replace

This commit is contained in:
johnlanni
2026-03-04 19:57:31 +08:00
parent c12183cae5
commit 6c9747d778
7 changed files with 7 additions and 8 deletions

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{