diff --git a/app/backend/ProcessMemory.ts b/app/backend/ProcessMemory.ts deleted file mode 100644 index 5765138..0000000 --- a/app/backend/ProcessMemory.ts +++ /dev/null @@ -1,19 +0,0 @@ -/* import { Settings } from 'electron' - -type Message = { - role: string - content: string -} - -type Chat = { - name: string - messages: Message[] -} - -type Data = { - chats: Chat[] - settings: Settings[] -} */ - - - diff --git a/app/components/History.tsx b/app/components/History.tsx index 0aae50f..7e23d6b 100644 --- a/app/components/History.tsx +++ b/app/components/History.tsx @@ -35,7 +35,10 @@ const History: React.FC = () => { {/* Populate with history items */} {chatHistory.chats.map((chats, index) => (