https://github.com/exposedcat/telegram-ai
Telegram AI Integration
https://github.com/exposedcat/telegram-ai
Last synced: 26 days ago
JSON representation
Telegram AI Integration
- Host: GitHub
- URL: https://github.com/exposedcat/telegram-ai
- Owner: ExposedCat
- Created: 2024-11-07T00:19:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T00:24:26.000Z (about 1 year ago)
- Last Synced: 2025-01-18T14:34:09.233Z (12 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram AI
Empower your Telegram Messenger experience with Large Language AI Models
## Running
- Install Deno:
```bash
curl -fsSL https://deno.land/install.sh | sh
```
- Install ollama (can take some time)
```bash
curl -fsSL https://ollama.com/install.sh | sh
```
- Pull model (can take some time too)
```bash
ollama pull llama3.1
```
- Install dependencies:
```bash
deno install
```
- Create application [here](https://my.telegram.org/apps)
- Copy and fill ENV file:
```bash
cp .env.example .env
```
- Run and follow instructions in the terminal:
```bash
deno task start
```