mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-23 04:09:49 +00:00
Add a simple chat UI to the dashboard for quickly testing AI models from connected providers. Features include: - Model picker from all connected providers - Streaming chat responses - Image attachment support - Session history with localStorage persistence - Responsive design with dark theme Note: Removed build.sh from original PR as it contained syntax errors and was unrelated to the chat UI feature. Co-authored-by: Nguyễn Trung Hiếu <140531897+bonelag@users.noreply.github.com> Made-with: Cursor
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
import BasicChatPageClient from "./BasicChatPageClient";
|
|
|
|
export default function BasicChatPage() {
|
|
return <BasicChatPageClient />;
|
|
} |