Live data from Hacker News

Show HN: ChatGPT Inline Bot on Telegram

chatgptontelegram.com

51–59 of 59 posts

Re: Show HN: ChatGPT Inline Bot on Telegram

#51
post #25

The developer can see everything that is being sent to the bot, right?

Of course! How would you even build a business in this day and age wiuthout collecting EVERYTHING you can (legally or not) obtain from your users...

Zuck - is that you?

Re: Show HN: ChatGPT Inline Bot on Telegram

#54
post #50

Earlier quoted context omitted.

how do you make it remember past information if you do not store the past chat history?

I store last 5 messages in-memory (there's no way for anyone to access that. On restarts, it's gone). I know the consequences of this but it's not that noticeable because ChatGPT itself has some contextual memory. And I'm hosting on single node right now.

I have plans for some other personalised features which will need some storage of information. But that will be opt-in based.

Re: Show HN: ChatGPT Inline Bot on Telegram

#55

Earlier quoted context omitted.

What do you use for TTS? I'm designing an in-app chatbot and having a hard time figuring out a fast-enough TTS library. Currently considering either pre-recording all the outputs (ugh) or using the browser's TTS api (ugh^2) :)

Check out https://beta.elevenlabs.io

Ah, it looks great. It's just 100% English though, which doesn't fit my use case (customers in 6 languages)

Re: Show HN: ChatGPT Inline Bot on Telegram

#58
post #24

Congrats 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

Can you share the source code?
Post reply on HN