6 lines
229 B
Python
6 lines
229 B
Python
"""Service layer for llm-gguf-tools.
|
|
|
|
Provides high-level service interfaces for interacting with external systems
|
|
including HuggingFace, llama.cpp, and filesystem operations. Uses UK English
|
|
spelling conventions throughout.
|
|
"""
|