forked from phoenix/litellm-mirror
add triton embedding to _init
This commit is contained in:
parent
2c0c9e1fa4
commit
18ed87edc4
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
### Hide pydantic namespace conflict warnings globally ###
|
### Hide pydantic namespace conflict warnings globally ###
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
warnings.filterwarnings("ignore", message=".*conflict with protected namespace.*")
|
warnings.filterwarnings("ignore", message=".*conflict with protected namespace.*")
|
||||||
### INIT VARIABLES ###
|
### INIT VARIABLES ###
|
||||||
import threading, requests, os
|
import threading, requests, os
|
||||||
|
@ -537,6 +538,7 @@ provider_list: List = [
|
||||||
"xinference",
|
"xinference",
|
||||||
"fireworks_ai",
|
"fireworks_ai",
|
||||||
"watsonx",
|
"watsonx",
|
||||||
|
"triton",
|
||||||
"predibase",
|
"predibase",
|
||||||
"custom", # custom apis
|
"custom", # custom apis
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue