Hacker News new | ask | show | jobs
by shivylp 1204 days ago
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)

1 comments

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.