mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 06:24:16 +00:00
style(proxy_cli): additional tracing
This commit is contained in:
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -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')}")
|
||||
|
||||
Reference in New Issue
Block a user