mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Fixing key name
This commit is contained in:
parent
bbfa00c61b
commit
1e1e4c36ac
1 changed files with 1 additions and 1 deletions
|
|
@ -3550,7 +3550,7 @@ def completion( # type: ignore # noqa: PLR0915
|
|||
elif custom_llm_provider == "lemonade":
|
||||
api_key = (
|
||||
api_key
|
||||
or litellm.bytez_key
|
||||
or litellm.lemonade_key
|
||||
or get_secret_str("LEMONADE_API_KEY")
|
||||
or litellm.api_key
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue