mirror of
https://github.com/alibaba/higress.git
synced 2026-05-22 03:37:26 +08:00
fix: baidu api issue (#1685)
This commit is contained in:
@@ -51,7 +51,7 @@ type sparkStreamResponse struct {
|
||||
Created int64 `json:"created"`
|
||||
}
|
||||
|
||||
func (i *sparkProviderInitializer) ValidateConfig(config ProviderConfig) error {
|
||||
func (i *sparkProviderInitializer) ValidateConfig(config *ProviderConfig) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user