mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix: remove useless import
This commit is contained in:
parent
aebfce3eb3
commit
d3823622e9
2 changed files with 0 additions and 3 deletions
|
@ -48,7 +48,6 @@ from litellm.constants import (
|
|||
huggingface_models,
|
||||
empower_models,
|
||||
together_ai_models,
|
||||
bitdeerai_models,
|
||||
baseten_models,
|
||||
REPEATED_STREAMING_CHUNK_LIMIT,
|
||||
request_timeout,
|
||||
|
|
|
@ -394,8 +394,6 @@ 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",
|
||||
"q841o8w",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue