diff --git a/play.ts b/play.ts index c38fe05..323d059 100644 --- a/play.ts +++ b/play.ts @@ -42,7 +42,7 @@ async function playgpt() { story, comments })) - console.log(summary) + console.log(JSON.stringify(summary)) } // play(); @@ -71,4 +71,5 @@ const generateAccessToken = async () => { // sendMessage('12067397964', 'Hello, world!'); import play from './main/twitter' -play(); \ No newline at end of file +// play(); +playgpt(); \ No newline at end of file