From d55f447b0d6fe2fb1924b02fe579c744c2ba5ccd Mon Sep 17 00:00:00 2001 From: amdmsz <69088549+amdmsz@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:19:30 +0800 Subject: [PATCH] Add byesu to openai_compatible_providers --- litellm/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/constants.py b/litellm/constants.py index 715d57e594d..3c8d9f47c8d 100644 --- a/litellm/constants.py +++ b/litellm/constants.py @@ -759,6 +759,7 @@ openai_compatible_providers: List = [ "nano-gpt", # Nano-GPT - JSON-configured provider "poe", # Poe - JSON-configured provider "chutes", # Chutes - JSON-configured provider + "byesu", # Byesu - JSON-configured provider "parasail", # Parasail - JSON-configured provider "libertai", # LibertAI - JSON-configured provider "featherless_ai",