diff --git a/dist/litellm-0.7.1.dev2-py3-none-any.whl b/dist/litellm-0.7.1.dev2-py3-none-any.whl new file mode 100644 index 000000000..bf407abb1 Binary files /dev/null and b/dist/litellm-0.7.1.dev2-py3-none-any.whl differ diff --git a/dist/litellm-0.7.1.dev2.tar.gz b/dist/litellm-0.7.1.dev2.tar.gz new file mode 100644 index 000000000..295735f3f Binary files /dev/null and b/dist/litellm-0.7.1.dev2.tar.gz differ diff --git a/litellm/proxy/proxy_cli.py b/litellm/proxy/proxy_cli.py index f3ce8d753..baff2d128 100644 --- a/litellm/proxy/proxy_cli.py +++ b/litellm/proxy/proxy_cli.py @@ -62,6 +62,7 @@ def load_config(): # Copying the file using shutil.copy shutil.copy(default_config_path, user_config_path) print(f"user_config_path: {user_config_path}") + print(f"os path is file: {os.path.isfile(user_config_path)}") # As the .env file is typically much simpler in structure, we use load_dotenv here directly load_dotenv(dotenv_path=user_config_path) print(f"together ai api key: {os.getenv('TOGETHERAI_API_KEY')}")