(chore) fix space

This commit is contained in:
ishaan-jaff 2024-02-02 12:39:49 -08:00
parent 556ca48448
commit aa92ad5791

View file

@ -805,7 +805,6 @@ def completion(
or None # default - https://github.com/openai/openai-python/blob/284c1799070c723c6a553337134148a7ab088dd8/openai/util.py#L105
)
# set API KEY
api_key = (
api_key
or litellm.api_key # for deepinfra/perplexity/anyscale we check in get_llm_provider and pass in the api key from there