chatgpt-telegram-bot icon indicating copy to clipboard operation
chatgpt-telegram-bot copied to clipboard

[Idea for a new Feature] If you are a Developer please come have a look

Open kingofkillers91 opened this issue 1 year ago • 6 comments

Is it possible to implement a feature where you can ask the bot something or you could ask the bot to do something just by replying to the bot's previous message? Example Screenshot_20230403-000829~2 In that conversation I wanted the bot to translate into Italian that transcription he had made earlier. do you think you can do that? Great job btw. thank you

kingofkillers91 avatar Apr 02 '23 22:04 kingofkillers91

here's the easy way: just copy the transcript and append your prompt at the end of the message 😃

n3d1117 avatar Apr 02 '23 22:04 n3d1117

yeah, I could do that, but it is possible to automatize all this just by replying to the bot?

kingofkillers91 avatar Apr 02 '23 22:04 kingofkillers91

Not right now. Will keep this open in case someone wants to work on it!

n3d1117 avatar Apr 03 '23 16:04 n3d1117

Installing google Translate API doesn't work?

NoobGinger avatar Apr 06 '23 11:04 NoobGinger

no idea where to start with that, maybe @n3d1117 might provide a better answer

kingofkillers91 avatar Apr 07 '23 16:04 kingofkillers91

@kingofkillers91 You can make it work if you set VOICE_REPLY_WITH_TRANSCRIPT_ONLY to false, so that the content of the transcript will be in your conversation history. Then you can send an audio and after that a message to translate your last message. The only downside is that it will give an answer to your transcript but for me it's usually not long or meaningful and can easily be ignored. Example:
photo_2023-04-13_10-59-15

AlexHTW avatar Apr 13 '23 09:04 AlexHTW