Live data from Hacker News

Show HN: ChatGPT Inline Bot on Telegram

chatgptontelegram.com

41–50 of 59 posts

Re: Show HN: ChatGPT Inline Bot on Telegram

#41
I made something similar too for my own use and opened it to public last week. Try it out maybe: https://t.me/spy16_avabot

Privacy Policy: I DO NOT log/store anything from users chat (except the numeric telegram-id and the language preference). And I DO NOT send any user info to OpenAI as well (I would rather shut it down)

Re: Show HN: ChatGPT Inline Bot on Telegram

#42
Great to see you launch!

I just finished something similar in Telegram, I added a way to connect to "live data" via system commands, so the bot can get weather updates or cryptocurrency prices. I want to wire it up to send emails, make reminders, view or update the calendar and see what else makes sense.

If you force the bot to decide to do something (eg: If you feel the user want to start again, respond with --RESTART--) I think you could make AI that feels sentient or can do things on its own.

A curious experiment for now, let's see how it goes:

https://magicbuddy.chat

https://t.me/magicbuddybot

Re: Show HN: ChatGPT Inline Bot on Telegram

#45
post #38
post #28

Earlier quoted context omitted.

Hey that's pretty awesome, can you make the TTS output language configurable? 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.

Yes, you can configure the TTS voices (and languages). If you send /voices you can pick from multiple voices. Right now it only shows voices in English, but you can send the secret `/setvoice ` with an Amazon Polly[0] neural voice and it will work as well. The only downside right now is that I don't auto-identify languages, so if you set it to Dutch, but ask a question in English, you'll get a response in English wit…

I love this - thanks! Easiest interface into ChatGPT I've found.

/setvoice didn't see to work for me.

I was looking for a British voice and tried

/setvoice Brian

Am I doing something wrong?

Re: Show HN: ChatGPT Inline Bot on Telegram

#46
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

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

#47
post #43
post #3

Because there is no info on the website about subscription prices: There is a monthly subscription for 5USD which allows you to send up to 1000 messages every month. A yearly subscription costs 50USD.

1000 doesn't sound like a lot...

It was a temporary limit by precaution to not reach the limit of the OpenAI API, I will increase it later this week. Also I calculated this limit with the previous davici model in mind that I used when I started building this bot. I later moved to chatgpt-turbo that is cheaper, so there is not reason I cannot increase the limit.

Re: Show HN: ChatGPT Inline Bot on Telegram

#49
post #41

I made something similar too for my own use and opened it to public last week. Try it out maybe: https://t.me/spy16_avabot Privacy Policy: I DO NOT log/store anything from users chat (except the numeric telegram-id and the language preference). And I DO NOT send any user info to OpenAI as well (I would rather shut it down)

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

Re: Show HN: ChatGPT Inline Bot on Telegram

#50
post #41

I made something similar too for my own use and opened it to public last week. Try it out maybe: https://t.me/spy16_avabot Privacy Policy: I DO NOT log/store anything from users chat (except the numeric telegram-id and the language preference). And I DO NOT send any user info to OpenAI as well (I would rather shut it down)

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.
Post reply on HN