forked from phoenix/litellm-mirror
remove print
This commit is contained in:
parent
cb025a7f26
commit
feb42c91a6
1 changed files with 5 additions and 6 deletions
|
@ -2048,7 +2048,6 @@ def register_model(model_cost: Union[str, dict]):
|
|||
litellm.model_cost.setdefault(key, {}).update(value)
|
||||
verbose_logger.debug(f"{key} added to model cost map")
|
||||
# add new model names to provider lists
|
||||
print(f"provider: {value.get('litellm_provider')}")
|
||||
if value.get("litellm_provider") == "openai":
|
||||
if key not in litellm.open_ai_chat_completion_models:
|
||||
litellm.open_ai_chat_completion_models.append(key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue