mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-08 00:39:50 +00:00
Chat-api doesn't define the users model (owned by auth service), so SQLAlchemy can't resolve the FK. use_alter=True defers the constraint to ALTER TABLE, avoiding the NoReferencedTableError at startup. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| chat-api | ||
| frontend | ||
| inference | ||