mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(proxy_cli.py): uvicorn issue
This commit is contained in:
parent
5da47688ef
commit
3b46030eca
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import random, appdirs
|
|||
from datetime import datetime
|
||||
from dotenv import load_dotenv
|
||||
import operator
|
||||
sys.path.append(os.getcwd())
|
||||
|
||||
config_filename = "litellm.secrets"
|
||||
# Using appdirs to determine user-specific config path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue