chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-02-05 00:07:45 -08:00
parent f6f8c08cb0
commit e41a2682f5
56 changed files with 355 additions and 29 deletions

View File

@@ -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()