Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InfinitiBit/graphbit
/ huggingface.rs
File
huggingface.rs
core/src/llm/huggingface.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! `HuggingFace` LLM provider implementation
2
3
use crate::errors::{GraphBitError, GraphBitResult};
4
use crate::llm::providers::LlmProviderTrait;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected