An open API service indexing awesome lists of open source software.

https://github.com/ozgrozer/file-summary-bot

A Telegram bot powered by Llama3 (Groq) that provides summaries of a given TXT file
https://github.com/ozgrozer/file-summary-bot

Last synced: 9 months ago
JSON representation

A Telegram bot powered by Llama3 (Groq) that provides summaries of a given TXT file

Awesome Lists containing this project

README

          

# File Summary Bot

A Telegram bot powered by Llama3 (Groq) that provides summaries of a given TXT file

Clone this repository

```
git clone https://github.com/ozgrozer/file-summary-bot.git
```

Install dependencies

```
npm install
```

Duplicate `.env.example` as `.env` and update your credentials

```
cp .env.example .env
vim .env
```

Run the script

```
npm start
```