complete customGpt

This commit is contained in:
Daniel Avila 2023-03-04 20:48:59 -05:00
parent b4b0c123ba
commit d64f914552
9 changed files with 49 additions and 43 deletions

View file

@ -22,7 +22,6 @@ const currentSlice = createSlice({
state.model = action.payload;
},
setCustomGpt: (state, action) => {
console.log('setCustomGpt', action.payload);
state.promptPrefix = action.payload.promptPrefix;
state.chatGptLabel = action.payload.chatGptLabel;
},