mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 04:32:22 +00:00
* fix: iscoroutine removed from hot path * fix: replace all instances & separate concerns 1. Replaced all instances of iscoroutine with is_async_callable 2. Place the coroutine checker in its own file * fix: PR comment changes * fix: missing config setting declaration * fix: revert non-performance related changes * fix: revert to initial implementation * fix: remove dead const