diff --git a/litellm/caching.py b/litellm/caching.py index a9f14957560..12c6159b316 100644 --- a/litellm/caching.py +++ b/litellm/caching.py @@ -1,3 +1,12 @@ +# +-----------------------------------------------+ +# | | +# | Give Feedback / Get Help | +# | https://github.com/BerriAI/litellm/issues/new | +# | | +# +-----------------------------------------------+ +# +# Thank you users! We ❤️ you! - Krrish & Ishaan + import litellm import time import json diff --git a/litellm/exceptions.py b/litellm/exceptions.py index 4e0102b1de6..9567fe799af 100644 --- a/litellm/exceptions.py +++ b/litellm/exceptions.py @@ -1,3 +1,12 @@ +# +-----------------------------------------------+ +# | | +# | Give Feedback / Get Help | +# | https://github.com/BerriAI/litellm/issues/new | +# | | +# +-----------------------------------------------+ +# +# Thank you users! We ❤️ you! - Krrish & Ishaan + ## LiteLLM versions of the OpenAI Exception Types from openai.error import ( AuthenticationError, diff --git a/litellm/main.py b/litellm/main.py index e343553174a..cc4015b4cc6 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -1,3 +1,11 @@ +# +-----------------------------------------------+ +# | | +# | Give Feedback / Get Help | +# | https://github.com/BerriAI/litellm/issues/new | +# | | +# +-----------------------------------------------+ +# +# Thank you users! We ❤️ you! - Krrish & Ishaan import os, openai, sys, json, inspect from typing import Any from functools import partial diff --git a/litellm/testing.py b/litellm/testing.py index 7cab6115c90..5daba6a705c 100644 --- a/litellm/testing.py +++ b/litellm/testing.py @@ -1,3 +1,12 @@ +# +-----------------------------------------------+ +# | | +# | Give Feedback / Get Help | +# | https://github.com/BerriAI/litellm/issues/new | +# | | +# +-----------------------------------------------+ +# +# Thank you users! We ❤️ you! - Krrish & Ishaan + import litellm import time from concurrent.futures import ThreadPoolExecutor diff --git a/litellm/timeout.py b/litellm/timeout.py index 75f29b3c91d..b0ddfc4a9a3 100644 --- a/litellm/timeout.py +++ b/litellm/timeout.py @@ -1,3 +1,12 @@ +# +-----------------------------------------------+ +# | | +# | Give Feedback / Get Help | +# | https://github.com/BerriAI/litellm/issues/new | +# | | +# +-----------------------------------------------+ +# +# Thank you users! We ❤️ you! - Krrish & Ishaan + """ Module containing "timeout" decorator for sync and async callables. """ diff --git a/litellm/utils.py b/litellm/utils.py index 9ff293f13a9..7f21e945049 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -1,3 +1,12 @@ +# +-----------------------------------------------+ +# | | +# | Give Feedback / Get Help | +# | https://github.com/BerriAI/litellm/issues/new | +# | | +# +-----------------------------------------------+ +# +# Thank you users! We ❤️ you! - Krrish & Ishaan + import sys import dotenv, json, traceback, threading import subprocess, os