mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(chore) litellm_server rename utils -> server utils
This commit is contained in:
parent
d6e142428b
commit
1d5e68197e
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
from .main import *
|
from .main import *
|
||||||
from .utils import *
|
from .server_utils import *
|
|
@ -11,9 +11,9 @@ sys.path.insert(
|
||||||
import litellm
|
import litellm
|
||||||
|
|
||||||
try:
|
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:
|
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
|
import dotenv
|
||||||
dotenv.load_dotenv() # load env variables
|
dotenv.load_dotenv() # load env variables
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue