Hello,
I have been working on a telegram bot. It has these functionalities at the moment:
Model GPT Turbo 3.5
Memorize prompts & answers (reset by /command in telegram)
Vocal message analysed by whisper and answer returned by voice (same memory used so you can use alternatively voice or text
Image generation via DALL-E (requests memorized as well)
Error handling with messages in telegram
GPT answers split to be compliant with telegram characters max size.
data compression to save tokens >> NOT WORKING
I will add funtionalities over time but no more idea (or something like mini games…)
Kind regards !