fix: generate title by backend

This commit is contained in:
Wentao Lyu 2023-03-14 11:42:35 +08:00
parent 3e7ce67609
commit 27515cb00a
6 changed files with 40 additions and 26 deletions

View file

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