Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drylikov/file_summary_bot
- Owner: drylikov
- License: mit
- Created: 2024-08-18T11:00:09.000Z (3 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-08-18T11:02:15.000Z (3 months ago)
- Last Synced: 2024-08-18T12:22:05.415Z (3 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```