This repository contains a curated collection of custom instructions designed to optimize interactions with the ChatGPT model by OpenAI.
- Introduction
- What are Custom Instructions?
- Getting Started
- Structure of Instructions
- Repository Structure
ChatGPT, developed by OpenAI, enables custom instructions to tailor model interactions. This repository offers a library of such instructions across various scenarios.
Custom Instructions are a way to provide guidance to the ChatGPT model, enhancing its output to better align with user expectations. By providing a specific context or directive, users can steer the conversation in a desired direction, making the model's response more contextually relevant. They serve as a means to customize and refine interactions without modifying the model's core behavior.
- Clone the repository (optional):
git clone https://github.com/Caseraw/chatgpt-custom-instructions.git
- Browse the instructions by navigating to the relevant folders and files In the scenarios folder.
Each instruction set contains:
- Scenario: A brief description of when the instruction is useful.
- Instruction: The custom instruction text.
The repository is organized as follows:
/scenarios
: Root directory containing all instruction sets./topic-name
: Directories named after the scenario or topic they cover.instruction.md
: Individual markdown files detailing the custom instruction, scenario, and example interaction.
For example:
/scenarios
/elizabethan-era
instruction.md
/sci-fi-dialogues
instruction.md
Note: This repository is not officially affiliated with OpenAI. It's a community-driven effort to enhance ChatGPT interactions.