mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
style(proxy_cli): additional tracing
This commit is contained in:
parent
9d9bde9988
commit
97f939ef5e
3 changed files with 1 additions and 0 deletions
BIN
dist/litellm-0.7.1.dev2-py3-none-any.whl
vendored
Normal file
BIN
dist/litellm-0.7.1.dev2-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/litellm-0.7.1.dev2.tar.gz
vendored
Normal file
BIN
dist/litellm-0.7.1.dev2.tar.gz
vendored
Normal file
Binary file not shown.
|
@ -62,6 +62,7 @@ def load_config():
|
||||||
# Copying the file using shutil.copy
|
# Copying the file using shutil.copy
|
||||||
shutil.copy(default_config_path, user_config_path)
|
shutil.copy(default_config_path, user_config_path)
|
||||||
print(f"user_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
|
# As the .env file is typically much simpler in structure, we use load_dotenv here directly
|
||||||
load_dotenv(dotenv_path=user_config_path)
|
load_dotenv(dotenv_path=user_config_path)
|
||||||
print(f"together ai api key: {os.getenv('TOGETHERAI_API_KEY')}")
|
print(f"together ai api key: {os.getenv('TOGETHERAI_API_KEY')}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue