Creating a telegram bot with custom gpt's

good evening everyone. I would like to know if it is possible to make an action for custom gpt’s so that you can communicate with it through a telegram bot? maybe someone knows? Thanks in advance for your answer.

2 Likes

No not at the moment. GPTs will only be accessible through the OpenAI App or the browser. Additionally, funtions in custom GPTs don’t have user-based auth, so you couldn’t possibly connect to their user in telegram for input.

You could make it send a message TO a number in telegram if this one is hardcoded or specified by the user. You will need to build your own middleware to handle the GPT-Telegram connection.

https://platform.openai.com/docs/assistants/tools/function-calling

Thank you very much for such a detailed answer! I simply read that Custom GPT’s have a function that adds “Actions” in order to integrate GPT’s into various websites, applications, or simply connect an API to interact with some services. So maybe it will work out. Thanks again for your answer!

1 Like