api_huggingface 0.4.1

HuggingFace's API for accessing large language models (LLMs) and embeddings.
Documentation
1
2
3
4
5
6
7
8
9
# environment

HTTP environment configuration for `api_huggingface` — traits and implementation for base URL, headers, and endpoint resolution.

### Responsibility

| File | Responsibility |
|------|----------------|
| `mod.rs` | `HuggingFaceEnvironment` + `EnvironmentInterface` traits and `HuggingFaceEnvironmentImpl` concrete type |