Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drylikov/file_summary_bot

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

Last synced: 8 days 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/drylikov/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
```