CodeGPT icon indicating copy to clipboard operation
CodeGPT copied to clipboard

Add a custom prompt on the left side of the input box.

Open MiniFullC opened this issue 2 years ago • 1 comments

Very useful! Thank you to the author~ I have a suggestion: Add a custom prompt on the left side of the input box, as shown in the picture:

image

You can look at awesome-chatgpt-prompts to find interesting features to import into the app.

It would be great to be able to import prompts from a custom CSV file, just like the prompts.csv file in this repository.

The suggestion is to use the forward slash shortcut key to conveniently use prompts.

MiniFullC avatar Apr 02 '23 15:04 MiniFullC

Hi, thank you for the feature request!

This seems like a nice idea altho some of these prompts are rather useless when it comes to developer experience (e.g. "act as a rival chess player"). Also there are some plans replacing the Java Swing components (JTextArea and JButton) with browser based components and that might complicate few things.

However, I'm planning on adding a support for overriding the request params and these system lvl prompts can be one of the things that user could override altho you don't get that nice user experience as shown in the picture.

carlrobertoh avatar Apr 03 '23 10:04 carlrobertoh