dvalle08's picture
implement LLM provider selection and configuration: Update environment settings to support HuggingFace alongside NVIDIA, refactor LLM initialization logic in the agent, and enhance settings management for improved flexibility in model selection.
090f2a4
raw
history blame contribute delete
62 Bytes
from .llm import HuggingFaceLLM
__all__ = ["HuggingFaceLLM"]