From d3823622e9cab7b10ae9f83cb1e4972e78e1363f Mon Sep 17 00:00:00 2001 From: Yujie Zhu Date: Wed, 23 Apr 2025 11:36:26 +0800 Subject: [PATCH] fix: remove useless import --- litellm/__init__.py | 1 - litellm/constants.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 65c5775c04..0c21bf429f 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -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, diff --git a/litellm/constants.py b/litellm/constants.py index 8f50ac63da..a131422ca2 100644 --- a/litellm/constants.py +++ b/litellm/constants.py @@ -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",