fix: migrate old schema to new

This commit is contained in:
Daniel Avila 2023-03-13 22:00:13 -04:00 committed by Wentao Lyu
parent 4fd05e15b4
commit 3e7ce67609
3 changed files with 10 additions and 3 deletions

View file

@ -74,6 +74,7 @@ export default function Conversation({
);
}
const data = await trigger();
console.log('data', data);
if (chatGptLabel) {
dispatch(setModel('chatgptCustom'));