ChatWithInstructions
Store and use multiple Custom Instructions
ChatWithInstructor is a plugin that allows users to store and use multiple custom instructions for ChatGPT chats. With this plugin, you can tailor responses to the user's specific needs by considering any stored custom instructions. Simply call the most relevant instruction or listInstructions to get a list of all instructions. Follow the directions of the custom instruction returned by the plugin to ensure the output aligns with the desired instruction. Seamlessly switch between instructions and provide a personalized chat experience. Get creative and make the most out of ChatWithInstructor!
How to
Comments (0)
API docs
Learn how to use ChatWithInstructions effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "I want to create a new custom instruction for my chat session."
-
Prompt 2: "Can you help me delete a custom instruction?"
-
Prompt 3: "I need a list of all the instructions available."
-
Prompt 4: "Retrieve a specific custom instruction for me, please."
Features and commands
Feature/Command | Description |
---|---|
createInstruction | This command creates a new custom instruction for your chat session. You need to provide a name for the instruction and a prompt for the AI model. |
deleteInstruction | This command allows you to delete a specific custom instruction. You need to provide the name of the instruction you want to delete. |
listInstructions | This command lists all the custom instructions available for your chat session. |
getInstruction | This command retrieves a specific custom instruction. You need to provide the name of the instruction you want to retrieve. |