Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvalle08
/
open-voice-agent
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
open-voice-agent
/
src
/
plugins
/
huggingface_llm
/
__init__.py
dvalle08
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
20 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
62 Bytes
from
.llm
import
HuggingFaceLLM
__all__ = [
"HuggingFaceLLM"
]