mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 09:09:35 +00:00
8d96626044
* 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