Spaces:
Runtime error
Runtime error
Help for building a Telegram Bot
#1
by
Manishx
- opened
I tried deploying a bot at: https://huggingface.co/spaces/Manishx/GenAtoZ
But the bot is not replying, can you help me to know what exactly is the problem as I am not ablel to figure this out.
This is my first time using Hugging Face so I dont really know how to do it
Hi I discovered that the Telegram API url is blocked by Hugging face security policies so you can't do anything about it. The only free way I've found to manage a Telegram BOT that uses AI is this:
- Create a Google App Script that receives messages
- Create a FastAPI with HuggingFace to which you can pass the message and which then processes the response
- Send the AI message via App Script.
Alright, Thanks! for the help
MatteoScript
changed discussion status to
closed