Closed thiswillbeyourgithub closed 5 months ago
An idea could be to add the universal "android share icon" button at the top of the chat, and clicking on it would allow to either export the chat (which is currently implemented) but also "copy" the chat in text format.
Share button will be enough. Android share screen already allows user to copy shared text.
Alternatively, the UI could be altered like the following :
- use only the universal "three dot" icon in the top right corner of a message instead of "copy" and "edit"
- the three dots would open the pop up "Edit message" that already exists but with two additional buttons : "copy text" and "select"
This will not be added:
Clicking on "copy text" would copy the message's text to clipboard, as clicking on the current "copy" button. Images would be replaced by or something.
Based on the SpeakGPT logic it is impossible (make no sense) todo that because other apps can not access images inside SpeakGPT. It will be possible to copy image into clipboard, but only one image with no text.
About sending multiple messages: It's only your ideas but not actual user needs. If you really need this, please go to the official OpenAI Playground. I will not implement this feature as it is unnecessary because you can use long prompt instead. So why you need to send multiple messages? Is this a feature of regular chatting apps? (I don't see this in Telegram/Discord/Whatsapp/etc)
Currently it is not possible to easily send a friend more than 1 chat message at a time from speakgpt : to send 1 we can currently click on "copy" of that message but we can't do that for more than 1.
I will implement this feature but nor I nor my friends shares multiple messages. Usually we share only one message - output of the assistant, but you want SpeakGPT be a spaceship with tonns of features. But I want to limit you and emphasize that SpeakGPT is already better that tonns of paid shit on the Google Play. At least SpeakGPT is customizable, open-source and production.
Hi!
You are not a person who decides how UI will look
I certainly didn't mean that I was!! Merely contributing thoughts. My apologies if that didn't come across.
Android dialog supports only 3 buttons: positive, negative and neutral. For better accessibility button actions should be the same: negative - cancel, positive - confirm and neutral - action.
Oh I see. Thanks a lot for the explanation!
About sending multiple messages: It's only your ideas but not actual user needs. If you really need this, please go to the official OpenAI Playground. I will not implement this feature as it is unnecessary because you can use long prompt instead.
I use LLMs a lot so I cannot affford to lose time (and tokens!) reading the very long and repetitive rambling of GPT-4o when the information I want is a yes/no question, or a single sentence would suffice, etc. That's why I set my system prompt to be very concise, and genuinely find it surprising that not more people get tired of the very long answers from LLM. Moreover, if the messages are short it's easier for the LLM, otherwise the large context size make it struggle to keep track of what's going on.
So why you need to send multiple messages? I will implement this feature but nor I nor my friends shares multiple messages. Usually we share only one message - output of the assistant,
I find this surprising. I very often suffer from this lack of "multi select" so here are a few situations to illustrate:
but you want SpeakGPT be a spaceship with tonns of features. But I want to limit you and emphasize that SpeakGPT is already better that tonns of paid shit on the Google Play. At least SpeakGPT is customizable, open-source and production.
I agree with you that SpeakGPT is great for those reasons, and I know I like spaceships software, and I am filtering my ideas before opening suggestion but I really think this is genuinely useful, and can imagine other people finding it useful too!
In any case I am fully aware of how vastly superior SpeakGPT is compared to most alternatives :smile:
Have a nice day and thanks again for this!
Some of your features has been released in SpeakGPT 4.10
![WARNING]
Please note that I had changed about half of the code of the app (completely rewritten chat and assistant window), changed thousands lines of code to make SpeakGPT support functionality requested. And I expect my work can be paid so I not spend hours of the work for free. Thanks you for understanding!
Hi,
I think it would be nice to have a way to share a chat as text, or send copy multiple message.
An idea could be to add the universal "android share icon" button at the top of the chat, and clicking on it would allow to either export the chat (which is currently implemented) but also "copy" the chat in text format.
By that I mean output something like this into the clipboard:
Currently it is not possible to easily send a friend more than 1 chat message at a time from speakgpt : to send 1 we can currently click on "copy" of that message but we can't do that for more than 1.
Alternatively, the UI could be altered like the following :
![](image)
or something.I think the second suggestion is better because some user would not be interested in copying the system prompt.