This commit is contained in:
Krish Dholakia 2025-04-24 09:53:52 +02:00 committed by GitHub
commit db4043d762
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 904 additions and 1 deletions

View file

@ -157,6 +157,7 @@ LITELLM_CHAT_PROVIDERS = [
"hosted_vllm",
"lm_studio",
"galadriel",
"github_copilot", # GitHub Copilot Chat API
]
@ -216,7 +217,7 @@ openai_compatible_endpoints: List = [
"https://api.friendli.ai/serverless/v1",
"api.sambanova.ai/v1",
"api.x.ai/v1",
"api.galadriel.ai/v1",
"api.galadriel.ai/v1"
]
@ -246,6 +247,7 @@ openai_compatible_providers: List = [
"hosted_vllm",
"lm_studio",
"galadriel",
"github_copilot", # GitHub Copilot Chat API
]
openai_text_completion_compatible_providers: List = (
[ # providers that support `/v1/completions`