mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(main.py): removing print_verbose
This commit is contained in:
parent
c04cad208c
commit
3743893e76
3 changed files with 22 additions and 65 deletions
|
@ -416,9 +416,6 @@ def completion(
|
|||
or None # default - https://github.com/openai/openai-python/blob/284c1799070c723c6a553337134148a7ab088dd8/openai/util.py#L105
|
||||
)
|
||||
# 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}; os.environ['OPENAI_API_KEY']: {os.environ['OPENAI_API_KEY']}"
|
||||
)
|
||||
api_key = (
|
||||
api_key or
|
||||
dynamic_api_key or # allows us to read env variables for compatible openai api's like perplexity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue