🐛 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

@@ -26,7 +26,8 @@ func (f AzureProviderFactory) Create(c *gin.Context) base.ProviderInterface {
Context: c,
// AudioSpeech: "/audio/speech",
},
IsAzure: true,
IsAzure: true,
BalanceAction: false,
},
}
}