From d1ab1c890bb0a73aadf6799f2382b03ffa20d575 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 15 Jun 2024 14:50:05 -0700 Subject: [PATCH] docs(utils.py): add comments explaining utils vs. core utils --- litellm/utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/litellm/utils.py b/litellm/utils.py index 3582c58a6a..6bc33d73d7 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -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