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 ###
|
||||
import warnings
|
||||
|
||||
warnings.filterwarnings("ignore", message=".*conflict with protected namespace.*")
|
||||
### INIT VARIABLES ###
|
||||
import threading, requests, os
|
||||
|
@ -537,6 +538,7 @@ provider_list: List = [
|
|||
"xinference",
|
||||
"fireworks_ai",
|
||||
"watsonx",
|
||||
"triton",
|
||||
"predibase",
|
||||
"custom", # custom apis
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue