feat: Added CometAPI to LLM providers list

This commit is contained in:
TensorNull 2025-10-04 15:13:03 +08:00
parent cd4103861b
commit d87773d0a6
5 changed files with 56 additions and 0 deletions

View file

@ -100,6 +100,7 @@ class LiteLLMProvider(str, Enum):
NLPCLOUD = "NLPCLOUD"
ALEPH_ALPHA = "ALEPH_ALPHA"
PETALS = "PETALS"
COMETAPI = "COMETAPI"
CUSTOM = "CUSTOM"