742b7b6b645e3d8854bb20000508a4a596001545
config_runtime.yaml was written to the container root (/) because the path resolved via Path(__file__).parent.parent from /app/config_manager.py = /. This location is not volume-mounted, so all runtime config changes (language, debug flags, Cheshire Cat toggle, mood, GPU preference) were lost on every container restart. Moved runtime_config_path to memory/config_runtime.yaml, which lives inside the volume-mounted ./bot/memory:/app/memory directory and persists across restarts. Also reordered __init__ so memory_dir is initialized before runtime_config_path depends on it.
Description
Llama.cpp-powered Hatsune Miku Discord bot with autonomous features, chat, and image generation
Languages
Python
82.1%
JavaScript
10.1%
HTML
4.1%
Jupyter Notebook
1.2%
Shell
1%
Other
1.5%