From 54ffa786f18a6d094c553d36ae4dff18fc82e342 Mon Sep 17 00:00:00 2001 From: amdmsz <69088549+amdmsz@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:19:35 +0800 Subject: [PATCH] Add BYESU to LlmProviders enum --- litellm/types/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/types/utils.py b/litellm/types/utils.py index e33e2335525..22b48899835 100644 --- a/litellm/types/utils.py +++ b/litellm/types/utils.py @@ -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"