Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.2 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.2 KB

Promptify

Make quick requests to OpenAI models GPT and DALL-E

Table of Contents

Setup

Before you can use the extension, you will need to add your OpenAI API key to the settings.

(Can also be done from the Raycast extensions menu)

Usage

Commands

Ask OpenAI : Send a prompt to the selected model with the selected parameters.

History : Display your prompt history.

Create Prompt : Create a custom system / context prompt

Saved Prompts : Display your created custom prompts

Shortcuts

Ask OpenAI:
  • Create a custom prompt: CMD + N
  • View custom prompts: CMD + E
  • View history: CMD + H
History
  • Resend prompt and its parameters: ENTER
  • Clear history: CMD + BACKSPACE
Saved Prompt
  • Edit prompt: ENTER
  • Create prompt: CMD + N
  • Delete prompt: CMD + BACKSPACE

Links