complete renaming functions, abstracts more svg, sets title to current convo title, adds a try again feature to errors

This commit is contained in:
Daniel Avila 2023-02-11 10:22:15 -05:00
parent 592b7629aa
commit 5af5a97d8f
24 changed files with 512 additions and 82 deletions

View file

@ -1,8 +1,8 @@
import { createSlice } from '@reduxjs/toolkit';
const initialState = {
active: false,
error: false,
title: 'ChatGPT Clone',
conversationId: null,
parentMessageId: null,
};