Do you accept crypto payments? I have several contacts who will likely pay for this if so
Interesting, I don't accept crypto payment yet but I am up for that!
Show HN: ChatGPT Inline Bot on Telegram
21–30 of 59 posts
Re: Show HN: ChatGPT Inline Bot on Telegram
#22I'm building something similar, but it's for personal use only. That way users can self host their own version and play with it with their own API key. Cool project!
Re: Show HN: ChatGPT Inline Bot on Telegram
#23I'm building something similar, but it's for personal use only. That way users can self host their own version and play with it with their own API key. Cool project!
The last time I looked at this, ChatGPT wasn't yet available over API. Has this changed?
Re: Show HN: ChatGPT Inline Bot on Telegram
#24Made something similar which also uses Whisper to support voice memos (talk to GPT) and TTS (hear GPT’s responses)
Not sure it warrants a separate post, so sharing it here.
Re: Show HN: ChatGPT Inline Bot on Telegram
#25Re: Show HN: ChatGPT Inline Bot on Telegram
#26Earlier quoted context omitted.
Lol, I just literally deployed an implementation from a GitHub repo[0] for free on Fly.io hours ago. This way I can also check the code and just pay for what I use. Seems like a low-hanging fruit to leverage on people who are not that into tech that much. [0]: https://github.com/n3d1117/chatgpt-telegram-bot
Do you mind sharing a gist showing how you deployed to fly.io?
Basically clone/copy the repo, configure the bot's settings, and then deploy with `fly launch` within the repo folder using Fly.io's CLI. Just make sure your .env file is not in .dockerignore
Update: Guide on GitHub Gist: https://gist.github.com/jskherman/2ec833964edf2aed349f8b060a...
Re: Show HN: ChatGPT Inline Bot on Telegram
#27The developer can see everything that is being sent to the bot, right?
Ideally there are no chat logs being kept at all and chat logs are only enabled temporarily for an individual user when debugging issues.
Re: Show HN: ChatGPT Inline Bot on Telegram
#28Congrats on the launch! Made something similar which also uses Whisper to support voice memos (talk to GPT) and TTS (hear GPT’s responses) Not sure it warrants a separate post, so sharing it here. https://t.me/marcbot
Also when i send something to the bot i can only send video, (with the iOS app) it makes more sense to send audio. Is this something you can change?
Finally, you should have a privacy policy for a service like this.
Re: Show HN: ChatGPT Inline Bot on Telegram
#29>> We, us or our means Sandoche Adittane (Micro Entreprise), company number 79218834400016. They don't provide their business address nor their country or phone number. How can it be trusted?
Thank you for your question and for bringing up your concerns. My micro-enterprise is registered in France, you can find more about me and all the side projects I worked on at sandoche.com, hope it helps and feel free to use to contact button to get support :)
Re: Show HN: ChatGPT Inline Bot on Telegram
#30The developer can see everything that is being sent to the bot, right?