mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
accept tg ai api keys - tg_ai_api_key
This commit is contained in:
parent
f3dfa4712b
commit
6934e25e5e
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ def completion(
|
|||
TOGETHER_AI_TOKEN = (
|
||||
get_secret("TOGETHER_AI_TOKEN")
|
||||
or get_secret("TOGETHERAI_API_KEY")
|
||||
or get_secret("TOGETHER_AI_API_KEY")
|
||||
or api_key
|
||||
or litellm.togetherai_api_key
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue