mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
feat: add bitdeerai model provider
This commit is contained in:
parent
91949be3bd
commit
a96ca1c920
10 changed files with 251 additions and 0 deletions
|
@ -79,6 +79,7 @@ LITELLM_CHAT_PROVIDERS = [
|
|||
"hosted_vllm",
|
||||
"lm_studio",
|
||||
"galadriel",
|
||||
"bitdeerai",
|
||||
]
|
||||
|
||||
|
||||
|
@ -313,6 +314,7 @@ together_ai_models: List = [
|
|||
"WizardLM/WizardLM-70B-V1.0",
|
||||
] # supports all together ai models, just pass in the model id e.g. completion(model="together_computer/replit_code_3b",...)
|
||||
|
||||
bitdeerai_models: List = []
|
||||
|
||||
baseten_models: List = [
|
||||
"qvv0xeq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue