LiteLLmConfigFactory()
accepts(first_llm_config: dict[str, Any]) -> bool
first_llm_config
create(first_llm_config: dict[str, Any]) -> dict[str, Any]
create_lite_llm_config(llm_config: LLMConfig | dict[str, Any]) -> dict[str, Any]
llm_config
get_api_type() -> str
register_factory() -> Callable[[type[~T]], type[~T]]