visuddhinanda 10 月之前
父节点
当前提交
989935d50a
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      dashboard-v4/dashboard/src/pages/library/chat/new.tsx

+ 7 - 0
dashboard-v4/dashboard/src/pages/library/chat/new.tsx

@@ -0,0 +1,7 @@
+import { ChatContainer } from "../../../components/chat/ChatContainer";
+
+const AI = () => {
+  return <ChatContainer chatId="" />;
+};
+
+export default AI;