mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +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,
|
huggingface_models,
|
||||||
empower_models,
|
empower_models,
|
||||||
together_ai_models,
|
together_ai_models,
|
||||||
bitdeerai_models,
|
|
||||||
baseten_models,
|
baseten_models,
|
||||||
REPEATED_STREAMING_CHUNK_LIMIT,
|
REPEATED_STREAMING_CHUNK_LIMIT,
|
||||||
request_timeout,
|
request_timeout,
|
||||||
|
|
|
@ -394,8 +394,6 @@ together_ai_models: List = [
|
||||||
"WizardLM/WizardLM-70B-V1.0",
|
"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",...)
|
] # 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 = [
|
baseten_models: List = [
|
||||||
"qvv0xeq",
|
"qvv0xeq",
|
||||||
"q841o8w",
|
"q841o8w",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue