Refactor Dockerfile and proxy_cli.py to use new secrets file location

This commit is contained in:
coconut49 2023-10-18 01:17:03 +08:00
parent 0939302ae9
commit 07f06c6479
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View file

@ -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)