This is a tool created with flutter that manages chatGPT prompts and can be used simply.
First, open the setting page and register the API key for openAI.
After registering the openAI API key, open the prompt page.
This page will display a list of the registered prompts.
Since you have not registered yet, click the new button to start the prompt registration.
Register any title and its content for the prompt you wish to register.
From the header menu, you will be able to select a registered prompt, select the prompt you wish to use, and enter the body text.
The body text will be automatically combined after the prompt and requested to openAI.
flutter run
Daisuke Takayama