mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
chore: format
This commit is contained in:
@@ -46,7 +46,9 @@ def search_exa(
|
||||
}
|
||||
|
||||
try:
|
||||
response = requests.post(f"{EXA_API_BASE}/search", headers=headers, json=payload)
|
||||
response = requests.post(
|
||||
f"{EXA_API_BASE}/search", headers=headers, json=payload
|
||||
)
|
||||
response.raise_for_status()
|
||||
data = response.json()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user