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...
Show HN: ChatGPT Inline Bot on Telegram
51–59 of 59 posts
Re: Show HN: ChatGPT Inline Bot on Telegram
#52Re: Show HN: ChatGPT Inline Bot on Telegram
#53Re: Show HN: ChatGPT Inline Bot on Telegram
#54Earlier 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.
Re: Show HN: ChatGPT Inline Bot on Telegram
#55Earlier 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
Re: Show HN: ChatGPT Inline Bot on Telegram
#56Congrats on the launch! In case you don’t use Telegram, I made one for WhatsApp: http://wa.me/19893946588
Re: Show HN: ChatGPT Inline Bot on Telegram
#57Re: Show HN: ChatGPT Inline Bot on Telegram
#58Congrats 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
Re: Show HN: ChatGPT Inline Bot on Telegram
#59Congrats 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