Update litellm/constants.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Jianyu Chen 2026-09-07 19:32:43 +08:00 committed by GitHub
parent 34d94ff49d
commit 053c87508b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -947,7 +947,7 @@ openai_compatible_providers: Final[list] = [
"meta", # Meta Model API (Muse Spark) - JSON-configured provider
"cognition",
"scx-ai",
"jalapeno", # Jalapeno Cloud - JSON-configured provider
"jalapeno",
]
openai_text_completion_compatible_providers: Final[list] = [ # providers that support `/v1/completions`
"together_ai",