mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(chore) litellm_server rename utils -> server utils
This commit is contained in:
parent
c4c24dafb8
commit
c4f74a94c6
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