mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
format
This commit is contained in:
parent
839ba22c90
commit
22f0365cef
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue