fix(init.py): expose 'get_model_params' function

This commit is contained in:
Krrish Dholakia 2024-03-04 21:22:09 -08:00
parent 0f62213656
commit f277b204a3

View file

@ -570,6 +570,7 @@ from .utils import (
_calculate_retry_after,
_should_retry,
get_secret,
get_mapped_model_params,
)
from .llms.huggingface_restapi import HuggingfaceConfig
from .llms.anthropic import AnthropicConfig