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