update schema for bing options

This commit is contained in:
Daniel Avila 2023-02-19 21:06:21 -05:00
parent ac2e897709
commit b4e22936ba
5 changed files with 53 additions and 44 deletions

View file

@ -5,7 +5,9 @@ const initialState = {
title: 'ChatGPT Clone',
conversationId: null,
parentMessageId: null,
// convos: [],
conversationSignature: null,
clientId: null,
invocationId: null,
convosLoading: false,
};