(chore) litellm_server rename utils -> server utils

This commit is contained in:
ishaan-jaff 2023-11-15 17:05:48 -08:00
parent d6e142428b
commit 1d5e68197e
3 changed files with 3 additions and 3 deletions

View file

@ -11,9 +11,9 @@ sys.path.insert(
import litellm
try:
from utils import set_callbacks, load_router_config, print_verbose
from litellm.deprecated_litellm_server.server_utils import set_callbacks, load_router_config, print_verbose
except ImportError:
from litellm_server.utils import set_callbacks, load_router_config, print_verbose
from litellm.deprecated_litellm_server.server_utils import set_callbacks, load_router_config, print_verbose
import dotenv
dotenv.load_dotenv() # load env variables