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 bd05a0ca36
commit d1ab1c890b

View file

@ -6,6 +6,9 @@
# +-----------------------------------------------+ # +-----------------------------------------------+
# #
# Thank you users! We ❤️ you! - Krrish & Ishaan # 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 sys, re, binascii, struct
import litellm import litellm
import dotenv, json, traceback, threading, base64, ast import dotenv, json, traceback, threading, base64, ast