forked from phoenix/litellm-mirror
docs(utils.py): add comments explaining utils vs. core utils
This commit is contained in:
parent
6a0b71c1eb
commit
ffa546d649
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue