fix codeWrapper issue, will produce funky text with ` commenting

This commit is contained in:
Daniel Avila 2023-02-25 10:16:21 -05:00
parent ed699d2c06
commit 0ee31f0443
5 changed files with 62 additions and 12 deletions

View file

@ -50,7 +50,7 @@ export default function handleSubmit({
convoHandler(data);
console.log('final', data);
} else {
console.log('dataStream', data);
// console.log('dataStream', data);
}
};