mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
docs(utils.py): add comments explaining utils vs. core utils
This commit is contained in:
parent
bd05a0ca36
commit
d1ab1c890b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue