docs(token_usage.md): adding new register model function

This commit is contained in:
Krrish Dholakia 2023-10-19 18:33:53 -07:00
parent 1483484626
commit 4198901a2d
2 changed files with 24 additions and 2 deletions

View file

@ -1088,6 +1088,7 @@ def register_model(model_cost: dict):
elif value.get('litellm_provider') == 'bedrock':
if key not in litellm.bedrock_models:
litellm.bedrock_models.append(key)
return model_cost
def get_litellm_params(
return_async=False,