jamesgeer / conf-twitter-bot

A Twitter Bot to post about academic papers
MIT License
4 stars 0 forks source link

Summarise abstracts #115

Closed brandonscott4 closed 1 year ago

brandonscott4 commented 1 year ago

Summary of abstracts using AI

There is now the option to summarise abstracts using OpenAI. Currently the shortAbstracts are the chosen abstract to be summarised. The summary is currently generated through the click of a button, on the papers table drop down. image

After pressing the button, the summary is displayed... image

Important: To use this feature you will need to either login or make an account on OpenAI and generate an API key. You will then need to store the key in a .env variable named OPENAI_API_KEY.

closes #92