Skip to content

Commit 0395bd2

Browse files
docs(generator): add module-level documentation to config.py
1 parent 96cbbd0 commit 0395bd2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

generator/src/config.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
"""
2+
config.py
3+
4+
Central configuration file for the LibrEd asset generator.
5+
6+
This module defines environment variables and default configuration
7+
values used across the generator pipeline, including:
8+
9+
- Ollama model configuration
10+
- Local LLM server settings
11+
- Asset directories and processing parameters
12+
13+
The configuration is designed to support the project's
14+
100% local and containerized architecture.
15+
"""
116
import os
217

318
# Environment Configuration

0 commit comments

Comments
 (0)