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
- Host: GitHub
- URL: https://github.com/ozgrozer/file-summary-bot
- Owner: ozgrozer
- Created: 2024-05-12T17:55:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T20:17:06.000Z (over 1 year ago)
- Last Synced: 2025-02-14T11:53:17.743Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```