diff --git a/litellm/caching.py b/litellm/caching.py index a9f149575..12c6159b3 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 4e0102b1d..9567fe799 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 e34355317..cc4015b4c 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 7cab6115c..5daba6a70 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 75f29b3c9..b0ddfc4a9 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 9ff293f13..7f21e9450 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