mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(init.py): expose 'get_model_params' function
This commit is contained in:
parent
0f62213656
commit
f277b204a3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue