mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
Refactor Dockerfile and proxy_cli.py to use new secrets file location
This commit is contained in:
parent
0939302ae9
commit
07f06c6479
2 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,6 @@ from dotenv import load_dotenv
|
|||
import operator
|
||||
|
||||
config_filename = "litellm.secrets.toml"
|
||||
pkg_config_filename = "template.secrets.toml"
|
||||
# Using appdirs to determine user-specific config path
|
||||
config_dir = appdirs.user_config_dir("litellm")
|
||||
user_config_path = os.path.join(config_dir, config_filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue