mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue