From 19060a30faf94454f4d69d01828a33985d07f109 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 6 Aug 2023 15:39:16 -0700 Subject: feat: :construction: create new sessions --- extension/react-app/src/pages/gui.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extension/react-app/src/pages/gui.tsx') diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index d565e64f..dab429b5 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -16,7 +16,7 @@ import { BookOpenIcon, ChatBubbleOvalLeftEllipsisIcon, TrashIcon, - PlusCircleIcon, + PlusIcon, FolderIcon, } from "@heroicons/react/24/outline"; import ComboBox from "../components/ComboBox"; @@ -589,11 +589,11 @@ If you already have an LLM deployed on your own infrastructure, or would like to { - client?.sendClear(); + client?.loadSession(undefined); }} - text="Clear" + text="New Session" > - + { -- cgit v1.2.3-70-g09d2