forked from phoenix/litellm-mirror
add new tg ai llm check
This commit is contained in:
parent
96dbbf7422
commit
b2c4c3576c
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ def completion(
|
|||
)
|
||||
return response
|
||||
response = model_response
|
||||
elif custom_llm_provider == "together_ai" or ("togethercomputer" in model):
|
||||
elif custom_llm_provider == "together_ai" or ("togethercomputer" in model) or (model in litellm.together_ai_models):
|
||||
custom_llm_provider = "together_ai"
|
||||
together_ai_key = (
|
||||
api_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue