Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,9 @@ sdk: docker
|
|
| 7 |
sdk_version: 3.41.2
|
| 8 |
pinned: false
|
| 9 |
---
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# Telegram AI Chat Bot
|
| 12 |
This project is a Telegram bot that uses the Cloudflare Workers AI model '@cf/meta/llama-2-7b-chat-int8' to generate AI responses to user messages. The bot listens for messages, and when it receives a message, it sends a request to the Cloudflare Workers AI API with the message text as a prompt. The AI model generates a response, which is then sent back to the user.
|
|
|
|
| 7 |
sdk_version: 3.41.2
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
+
# Form
|
| 11 |
+
https://github.com/MinhxThanh/Llama-Telegram-Bot
|
| 12 |
+
|
| 13 |
|
| 14 |
# Telegram AI Chat Bot
|
| 15 |
This project is a Telegram bot that uses the Cloudflare Workers AI model '@cf/meta/llama-2-7b-chat-int8' to generate AI responses to user messages. The bot listens for messages, and when it receives a message, it sends a request to the Cloudflare Workers AI API with the message text as a prompt. The AI model generates a response, which is then sent back to the user.
|