You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(http): implement shared HTTP client for image fetching
- Create a shared httpx.AsyncClient to reuse connections and reduce overhead
- Update _fetch_image to use the shared client for improved performance
- Modify image fetching to prefer thumbnails for faster loading
0 commit comments