mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Add BYESU to LlmProviders enum
This commit is contained in:
parent
d55f447b0d
commit
54ffa786f1
1 changed files with 1 additions and 0 deletions
|
|
@ -3392,6 +3392,7 @@ class LlmProviders(str, Enum):
|
|||
NANOGPT = "nano-gpt"
|
||||
POE = "poe"
|
||||
CHUTES = "chutes"
|
||||
BYESU = "byesu"
|
||||
NEOSANTARA = "neosantara"
|
||||
PARASAIL = "parasail"
|
||||
XIAOMI_MIMO = "xiaomi_mimo"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue