WFGY/default_config.py
2025-06-11 12:40:46 +08:00

12 lines
603 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
# WFGY default parameters for stable semantic enhancement
DEFAULT_CONFIG = {
"bbmc_alpha": 0.88, # Controls strength of semantic residue alignment (higher = more correction)
"bbpf_noise_level": 0.03, # Small noise level for creative reasoning without chaos
"bbcr_reset_value": 0.05, # Controls system "reset baseline" low = more persistent state
"bbam_modulation_scale": 0.92 # Balances modulation effect 1.0 = strong modulation
}
# Humorous prompt for basic testing
prompt_humorous = "Why don't AIs like to take showers?"