🐛 fix: custom channel error

This commit is contained in:
MartialBE
2024-01-06 16:22:49 +08:00
committed by Buer
parent 47c9630169
commit b3f1b5953c
3 changed files with 5 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ func CreateOpenAIProvider(c *gin.Context, baseURL string) *OpenAIProvider {
Context: c,
},
IsAzure: false,
BalanceAction: false,
BalanceAction: true,
}
}