mirror of
https://github.com/langgenius/dify.git
synced 2026-03-04 07:16:20 +08:00
Updated the BaseRequest class to conditionally include the timeout parameter when making requests with httpx. This change preserves the library's default timeout behavior by only passing the timeout argument when it is explicitly set, enhancing request management and flexibility.