WFGY/default_config.py
2025-09-27 14:57:20 +08:00

26 lines
864 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# default_config.py
# Centralised defaults for WFGY SDK 1.0
# Author: PSBigBig & Contributors
# License: MIT
DEFAULT_CONFIG = {
# --- BBMC (Semantic Residue) ---
"m": 1.0, # Matching coefficient
"c": 1.0, # Context factor
# --- BBPF (Progression) ---
"noise_scale": 0.02, # Gaussian noise σ
"k_paths": 3, # Number of perturbation paths
# --- BBCR (Collapse-Rebirth) ---
"Bc": 1.0, # Residue threshold
"eps": 0.05, # f_S threshold
"max_retries": 3, # Max collapse cycles
# --- BBAM (Attention Modulation) ---
"gamma": 0.5, # Variance gate strength
"window_size": None # Use global σ (set int for local)
}
# Humorous prompt for smoke test
PROMPT_HUMOROUS = "Why don't AIs like to take showers?"