feat(utils.py): add register model helper function

This commit is contained in:
Krrish Dholakia 2023-10-19 18:26:21 -07:00
parent 5a3cfff080
commit f10a4ce16b
3 changed files with 89 additions and 1 deletions

View file

@ -320,6 +320,7 @@ from .utils import (
check_valid_key,
get_llm_provider,
completion_with_config,
register_model
)
from .llms.huggingface_restapi import HuggingfaceConfig
from .llms.anthropic import AnthropicConfig