mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(fix) proxy server openapi.json and main.py
This commit is contained in:
parent
9c9940baca
commit
4bf27ab66b
2 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@ from typing import Optional
|
|||
try:
|
||||
from utils import set_callbacks, load_router_config
|
||||
except ImportError:
|
||||
from openai_proxy.utils import set_callbacks, load_router_config
|
||||
from litellm_server.utils import set_callbacks, load_router_config
|
||||
import dotenv
|
||||
dotenv.load_dotenv() # load env variables
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue