mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
feat: add TELNYX to LlmProviders enum
This commit is contained in:
parent
6f7c801206
commit
99a3904939
1 changed files with 1 additions and 0 deletions
|
|
@ -3305,6 +3305,7 @@ class LlmProviders(str, Enum):
|
|||
POE = "poe"
|
||||
CHUTES = "chutes"
|
||||
XIAOMI_MIMO = "xiaomi_mimo"
|
||||
TELNYX = "telnyx"
|
||||
LITELLM_AGENT = "litellm_agent"
|
||||
CURSOR = "cursor"
|
||||
BEDROCK_MANTLE = "bedrock_mantle"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue