mirror of
https://github.com/alibaba/higress.git
synced 2026-05-08 04:17:27 +08:00
ai-search support quark (#1811)
This commit is contained in:
@@ -68,7 +68,7 @@ func NewGoogleSearch(config *gjson.Result) (*GoogleSearch, error) {
|
||||
}
|
||||
|
||||
func (g GoogleSearch) NeedExectue(ctx engine.SearchContext) bool {
|
||||
return ctx.EngineType == "internet"
|
||||
return ctx.EngineType == "" || ctx.EngineType == "internet"
|
||||
}
|
||||
|
||||
func (g GoogleSearch) Client() wrapper.HttpClient {
|
||||
|
||||
Reference in New Issue
Block a user