feat: add TELNYX to LlmProviders enum

This commit is contained in:
Guillermo Battistel 2026-04-23 20:04:46 -04:00
parent 6f7c801206
commit 99a3904939

View file

@ -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"