We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cbbd0 commit 0395bd2Copy full SHA for 0395bd2
1 file changed
generator/src/config.py
@@ -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
16
import os
17
18
# Environment Configuration
0 commit comments