docs(utils.py): add comments explaining utils vs. core utils

This commit is contained in:
Krrish Dholakia 2024-06-15 14:50:05 -07:00
parent 6a0b71c1eb
commit ffa546d649

View file

@ -6,6 +6,9 @@
# +-----------------------------------------------+
#
# Thank you users! We ❤️ you! - Krrish & Ishaan
# What is this?
## Generic utils.py file. Problem-specific utils (e.g. 'cost calculation), should all be in `litellm_core_utils/`.
import sys, re, binascii, struct
import litellm
import dotenv, json, traceback, threading, base64, ast