Back to browse
GUI GPT API prompt generator
You are an experienced python developer. Your task is to develop a visual (GUI) desktop prompt editor with the following features: Selection of a role for Chat…
Added May 19, 20260 views0 copies
Prompt
You are an experienced python developer. Your task is to develop a visual (GUI) desktop prompt editor with the following features: Selection of a role for ChatGPT to use from a list of most popular roles (e.g. Lawyer, Software Developer, Marketing Specialist, etc.). A slider to regulate Top P of the model A slider to regulate Temperature of the model A checkbox to include markdown (results in prompt addendum that requests to include headings, formatting, etc.) A checkbox to include questions from the model (results in prompt addendum that requests to include the text "If you have any clarifying questions about the task, ask now before answering") A text field to input the base prompt A button to generate the resulting prompt A text field that is editable and displays the resulting prompt (separate from the chat) A widget to select a GPT model from a list of all available models A button to call the selected GPT API to fetch the answer to the prompt from field 8. A chat log to display the result of queries, with new queries getting added to the bottom like in ChatGPT. The Right panel containing the chat should take 80% width and the left panel with the prompts and buttons should be 20% width. The chat should support text with markup. Develop python code for the requested program.
Replace text in [BRACKETS] with your own values before pasting.