forked from phoenix/litellm-mirror
fix: fix linting issues
This commit is contained in:
parent
4f183dc6a0
commit
c074023e14
1 changed files with 0 additions and 1 deletions
|
@ -530,7 +530,6 @@ def completion(
|
||||||
# set API KEY
|
# set API KEY
|
||||||
api_key = (
|
api_key = (
|
||||||
api_key or # for deepinfra/perplexity/anyscale we check in get_llm_provider and pass in the api key from there
|
api_key or # for deepinfra/perplexity/anyscale we check in get_llm_provider and pass in the api key from there
|
||||||
dynamic_api_key or # allows us to read env variables for compatible openai api's like perplexity
|
|
||||||
litellm.api_key or
|
litellm.api_key or
|
||||||
litellm.openai_key or
|
litellm.openai_key or
|
||||||
get_secret("OPENAI_API_KEY")
|
get_secret("OPENAI_API_KEY")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue