mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-31 20:18:09 +00:00
Replaced the double-proxy (browser→Next.js→chat-api→Modal) with direct streaming (browser→nginx→chat-api→Modal). Added nginx route for /api/conversations → chat-api. Inlined SSE parsing in ChatWindow instead of useSSE hook going through /api/chat/stream. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ChatInput.tsx | ||
| ChatWindow.tsx | ||
| EmptyState.tsx | ||
| MessageBubble.tsx | ||
| Sidebar.tsx | ||