mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
Merge 95515b49cb
into b82af5b826
This commit is contained in:
commit
db4043d762
11 changed files with 904 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue