mirror of
https://github.com/open-webui/open-webui
synced 2025-05-02 12:03:51 +00:00
format
This commit is contained in:
parent
839ba22c90
commit
22f0365cef
@ -40,7 +40,7 @@ class ExternalLoader(BaseLoader):
|
||||
},
|
||||
params={
|
||||
"urls": urls,
|
||||
}
|
||||
},
|
||||
)
|
||||
response.raise_for_status()
|
||||
results = response.json()
|
||||
|
@ -26,7 +26,7 @@ def search_external(
|
||||
params={
|
||||
"query": query,
|
||||
"count": count,
|
||||
}
|
||||
},
|
||||
)
|
||||
response.raise_for_status()
|
||||
results = response.json()
|
||||
|
Loading…
Reference in New Issue
Block a user