You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
personaplex: default server to 127.0.0.1; fix branch lint warnings
- server.py/README: default --host to 127.0.0.1 (localhost) instead of
0.0.0.0, matching the documented SSH port-forward workflow and avoiding
binding to all interfaces by default.
- Fix ruff warnings across the Moshi branch: D205 docstring summary/blank
line (mimi.py), RUF005 list concatenation -> unpacking (golden script +
integration test). Import sort/format auto-applied by lintrunner.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Justin Chu <11205048+justinchuby@users.noreply.github.com>
0 commit comments