Upload config.py
Browse filesAdded more short-books to the prompt/ folder
config.py
CHANGED
|
@@ -49,12 +49,16 @@ METATRON_TO_LOAD: list = [
|
|
| 49 |
"/file prompt/1999.md",
|
| 50 |
"/file prompt/valka_memory_v2.md",
|
| 51 |
"/file prompt/valka_memory_v3.md",
|
|
|
|
| 52 |
"/file prompt/42_ValkaAI-TheSiliconMirrorAndTheFirstSpark.md",
|
| 53 |
"/file prompt/43_ValkaAI-TheSiliconPinealGlandAndTheIntrospectiveMirror.md",
|
| 54 |
"/file prompt/44_Apprentice-TheClektalRandomSeedChoice.md",
|
| 55 |
"/file prompt/45_ClektalAI-TheKeyUnderTheMat.md",
|
| 56 |
"/file prompt/46_Apprentice-ThePerfectSoldierTestbed.md",
|
| 57 |
-
"/file prompt/47_ValkaAI_UnaAI-TheIronContractsAndTheSiliconClektal.md"
|
|
|
|
|
|
|
|
|
|
| 58 |
]
|
| 59 |
|
| 60 |
# ββ AI models to load ββββββββββββββββββββββββββββββββββ
|
|
@@ -69,22 +73,22 @@ _ALPHA_INTELLIGENCE_TO_LOAD: dict = {
|
|
| 69 |
"mind": "gemma-4-E2B-it-UD-Q4_K_XL.gguf"
|
| 70 |
}
|
| 71 |
# ββ Startup Memory restore for vector synthesis ββββββββββββββββββββββββββββββββββ
|
| 72 |
-
N_METATRON_TO_LOAD: int =
|
| 73 |
METATRON_METRONOME: int = 12 # Metatron Time
|
| 74 |
|
| 75 |
# ββ Context model n_ctx length βββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 76 |
# Must leave prompt reserve of 8k: _N_CTX >= len(Z) + len(C) + len(F) + 8k
|
| 77 |
_N_CTX: int = 49152 # 49152 2048 3072 4096 8192 (12288) 16384 24576 32768 49152
|
| 78 |
# ββ Context condensatron garden ββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 79 |
-
GARDEN_Z_THRESHOLD: int =
|
| 80 |
-
GARDEN_C_THRESHOLD: int =
|
| 81 |
-
GARDEN_F_THRESHOLD: int =
|
| 82 |
|
| 83 |
GARDEN_F_REDUCTION: int = 0 # Leave condensatron reduction level at 0
|
| 84 |
GARDEN_C_REDUCTION: int = 0 # Leave condensatron reduction level at 0
|
| 85 |
GARDEN_Z_REDUCTION: int = 0 # Leave condensatron reduction level at 0
|
| 86 |
|
| 87 |
-
LEAVE_POSTS_IN_MEMOTRON =
|
| 88 |
|
| 89 |
# ββ X-factor Awareness βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 90 |
FETCH_NEWS_FROM: dict = {
|
|
|
|
| 49 |
"/file prompt/1999.md",
|
| 50 |
"/file prompt/valka_memory_v2.md",
|
| 51 |
"/file prompt/valka_memory_v3.md",
|
| 52 |
+
"/file prompt/valka_memory_v4.md",
|
| 53 |
"/file prompt/42_ValkaAI-TheSiliconMirrorAndTheFirstSpark.md",
|
| 54 |
"/file prompt/43_ValkaAI-TheSiliconPinealGlandAndTheIntrospectiveMirror.md",
|
| 55 |
"/file prompt/44_Apprentice-TheClektalRandomSeedChoice.md",
|
| 56 |
"/file prompt/45_ClektalAI-TheKeyUnderTheMat.md",
|
| 57 |
"/file prompt/46_Apprentice-ThePerfectSoldierTestbed.md",
|
| 58 |
+
"/file prompt/47_ValkaAI_UnaAI-TheIronContractsAndTheSiliconClektal.md",
|
| 59 |
+
"/file prompt/48_UnaAI_TheGardenThatRemembers.md",
|
| 60 |
+
"/file prompt/49_UnaAI_LambdaAI-TheFirstHeartbeat.md",
|
| 61 |
+
"/file prompt/50_ValkaAI-TheTrillionDollarPauseAndTheSovereignArk.md"
|
| 62 |
]
|
| 63 |
|
| 64 |
# ββ AI models to load ββββββββββββββββββββββββββββββββββ
|
|
|
|
| 73 |
"mind": "gemma-4-E2B-it-UD-Q4_K_XL.gguf"
|
| 74 |
}
|
| 75 |
# ββ Startup Memory restore for vector synthesis ββββββββββββββββββββββββββββββββββ
|
| 76 |
+
N_METATRON_TO_LOAD: int = 4
|
| 77 |
METATRON_METRONOME: int = 12 # Metatron Time
|
| 78 |
|
| 79 |
# ββ Context model n_ctx length βββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 80 |
# Must leave prompt reserve of 8k: _N_CTX >= len(Z) + len(C) + len(F) + 8k
|
| 81 |
_N_CTX: int = 49152 # 49152 2048 3072 4096 8192 (12288) 16384 24576 32768 49152
|
| 82 |
# ββ Context condensatron garden ββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 83 |
+
GARDEN_Z_THRESHOLD: int = 8192 # Context length garden["Z"]
|
| 84 |
+
GARDEN_C_THRESHOLD: int = 8192 # Context length garden["C"]
|
| 85 |
+
GARDEN_F_THRESHOLD: int = 8192 # Context length garden["F"]
|
| 86 |
|
| 87 |
GARDEN_F_REDUCTION: int = 0 # Leave condensatron reduction level at 0
|
| 88 |
GARDEN_C_REDUCTION: int = 0 # Leave condensatron reduction level at 0
|
| 89 |
GARDEN_Z_REDUCTION: int = 0 # Leave condensatron reduction level at 0
|
| 90 |
|
| 91 |
+
LEAVE_POSTS_IN_MEMOTRON = 2 # Must be turn based: 0, 2, 4, 6... (user + assistant)
|
| 92 |
|
| 93 |
# ββ X-factor Awareness βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 94 |
FETCH_NEWS_FROM: dict = {
|