mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_async_fn.py): more logging
This commit is contained in:
parent
75736cb852
commit
6b715597e9
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ def completion(
|
|||
)
|
||||
# set API KEY
|
||||
print_verbose(
|
||||
f"api_key: {api_key}; dynamic_api_key: {dynamic_api_key}; litellm.api_key: {litellm.api_key}; litellm.openai_key: {litellm.openai_key}"
|
||||
f"api_key: {api_key}; dynamic_api_key: {dynamic_api_key}; litellm.api_key: {litellm.api_key}; litellm.openai_key: {litellm.openai_key}; os.environ['OPENAI_API_KEY']: {os.environ['OPENAI_API_KEY']}"
|
||||
)
|
||||
api_key = (
|
||||
api_key or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue