mirror of
https://github.com/alibaba/higress.git
synced 2026-05-23 12:17:30 +08:00
fix: baidu api issue (#1685)
This commit is contained in:
@@ -22,7 +22,7 @@ const (
|
||||
type openaiProviderInitializer struct {
|
||||
}
|
||||
|
||||
func (m *openaiProviderInitializer) ValidateConfig(config ProviderConfig) error {
|
||||
func (m *openaiProviderInitializer) ValidateConfig(config *ProviderConfig) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user