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
10
11
12
13
14
# tests/inc

Shared test helper modules — credential loading and scenario implementations for example tests.

### Responsibility

| File | Responsibility |
|------|----------------|
| `mod.rs` | Module root — credential helpers `get_api_key_for_integration()` and `get_api_key_for_testing()` |
| `ai_tutor_shared.rs` | Shared scenario logic for educational AI tutor example tests |
| `code_assistant_shared.rs` | Shared scenario logic for developer code assistant example tests |
| `qa_system_shared.rs` | Shared scenario logic for intelligent QA system example tests |
| `sentiment_analysis_shared.rs` | Shared scenario logic for sentiment content analyzer example tests |
| `translation_shared.rs` | Shared scenario logic for multilingual translator example tests |