mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-10 09:50:25 +00:00
Root .gitignore had `models/` which matched both ML weights AND SQLAlchemy model dirs. Changed to `/models/` (root only). Added auth/src/models/ (User) and chat-api/src/models/ (Conversation, Message). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| chat-api | ||
| frontend | ||
| inference | ||