Skip to content

Instantly share code, notes, and snippets.

@shibanovp
Created April 20, 2023 16:41
Show Gist options
  • Save shibanovp/83d4781ce8c08b4538d3924930135805 to your computer and use it in GitHub Desktop.
Save shibanovp/83d4781ce8c08b4538d3924930135805 to your computer and use it in GitHub Desktop.
import Chat from "./components/Chat";
export const metadata = {
title: "Chat with short-term memory",
};
export default function Home() {
return (
<main>
<Chat />
</main>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment