mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
changes
This commit is contained in:
parent
db83cbe5c0
commit
fa88bc9632
19 changed files with 191 additions and 141 deletions
|
@ -84,8 +84,7 @@ class BaseLLMEmbeddingTest(ABC):
|
|||
litellm.set_verbose = True
|
||||
from litellm.utils import supports_embedding_image_input
|
||||
|
||||
os.environ["LITELLM_LOCAL_MODEL_COST_MAP"] = "True"
|
||||
litellm.model_cost = litellm.get_model_cost_map(url="")
|
||||
litellm.model_cost = litellm.get_locally_cached_model_cost_map()
|
||||
|
||||
base_embedding_call_args = self.get_base_embedding_call_args()
|
||||
if not supports_embedding_image_input(base_embedding_call_args["model"], None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue