memory view in chat client
This commit is contained in:
@@ -9,6 +9,7 @@ import AllChatsView from './components/AllChatsView';
|
||||
import AllProjectsView from './components/AllProjectsView';
|
||||
import SettingsView from './components/SettingsView';
|
||||
import ProjectView from './components/ProjectView';
|
||||
import MemoryView from './components/MemoryView';
|
||||
|
||||
/**** useHooks **** */
|
||||
import { useSession } from './hooks/useSession';
|
||||
@@ -124,6 +125,8 @@ export default function App() {
|
||||
onNewProjectChat={handleNewProjectChat}
|
||||
/>
|
||||
)}
|
||||
|
||||
{view === 'memory' && <MemoryView onNavigate={setView} />}
|
||||
|
||||
|
||||
<InfoPanel
|
||||
|
||||
Reference in New Issue
Block a user