szczyglis-dev / py-gpt

Desktop AI Assistant powered by GPT-4, GPT-4 Vision, GPT-3.5, DALL-E 3, Langchain, Llama-index, chat, vision, voice control, image generation and analysis, autonomous agents, code and command execution, file upload and download, speech synthesis and recognition, access to Web, memory, prompt presets, plugins, assistants & more. Linux, Windows, Mac.
https://pygpt.net
MIT License
449 stars 92 forks source link

new "input" line with "enter" option enabled can't be created #26

Closed oleksii-honchar closed 4 months ago

oleksii-honchar commented 4 months ago

I'm not able to create new "input" line with "Enter" option enabled. Any combination which includes "Enter" (e.g. Alt+Enter, Shift+Enter) as a part of it submits "input".

I'm able to create new line in "input" with "Shift+Enter" option enabled using "Enter". And then send it using "shift+enter" combination.

Is this a bug or feature?

szczyglis-dev commented 4 months ago

No, this is not a bug, that's how it's supposed to work.

New lines can be added with "Enter" key only when sending with "Shift+Enter" is enabled.

// edit: New line with "Shift+Enter" in "Enter" mode has been added in 2.1.14. Thanks for the suggestion!