mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
build(litellm_server/main.py): build fixes
This commit is contained in:
parent
53efdb91f5
commit
4d0c6cba0f
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ import json
|
|||
import os
|
||||
from typing import Optional
|
||||
try:
|
||||
from utils import set_callbacks, load_router_config
|
||||
from utils import set_callbacks, load_router_config, print_verbose
|
||||
except ImportError:
|
||||
from litellm_server.utils import set_callbacks, load_router_config, print_verbose
|
||||
import dotenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue