The current README links both model-configuration references to config/keys.py on main. That file is intentionally gitignored and no longer exists in the repository, so both links return 404.
The committed template is config/keys.py.example. The README links should target that file, or use a local path without a GitHub link. This keeps the model setup guidance verifiable on a fresh clone.
The current README links both model-configuration references to
config/keys.pyonmain. That file is intentionally gitignored and no longer exists in the repository, so both links return 404.The committed template is
config/keys.py.example. The README links should target that file, or use a local path without a GitHub link. This keeps the model setup guidance verifiable on a fresh clone.