Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🦾 LLM Space — Self-Hosted LLM on HuggingFace Free Tier
|
| 2 |
|
| 3 |
> Persistent memory · Telegram bot · Cloudflare keep-alive & proxy · Gateway token auth
|
| 4 |
|
| 5 |
-
##
|
| 6 |
-
|
| 7 |
-
[](https://huggingface.co/new-space)
|
| 8 |
-
|
| 9 |
-
## 📋 Setup Steps
|
| 10 |
-
|
| 11 |
-
### 1. Fork & Create HF Space
|
| 12 |
-
- Go to https://huggingface.co/new-space
|
| 13 |
-
- Select **Docker** SDK
|
| 14 |
-
- Name your space (e.g., `my-llm-bot`)
|
| 15 |
-
- Set to **Private**
|
| 16 |
-
|
| 17 |
-
### 2. Push This Code
|
| 18 |
-
```bash
|
| 19 |
-
git clone https://github.com/yourusername/llm-space
|
| 20 |
-
cd llm-space
|
| 21 |
-
git remote add space https://huggingface.co/spaces/yourusername/my-llm-bot
|
| 22 |
-
git push space main
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: LLM Telegram Bot
|
| 3 |
+
emoji: 🦾
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
short_description: Self-hosted LLM with Telegram bot
|
| 10 |
+
models:
|
| 11 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 12 |
+
tags:
|
| 13 |
+
- llm
|
| 14 |
+
- telegram
|
| 15 |
+
- chatbot
|
| 16 |
+
- llama-cpp
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# 🦾 LLM Space — Self-Hosted LLM on HuggingFace Free Tier
|
| 20 |
|
| 21 |
> Persistent memory · Telegram bot · Cloudflare keep-alive & proxy · Gateway token auth
|
| 22 |
|
| 23 |
+
## 🏗️ Architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|