diff --git a/README.md b/README.md index 8d9f6f6..43b8c24 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # The Big Prompt Library -The Big Prompt Library repo is a collection of various system prompts for various LLM providers and solutions (such as ChatGPT, Microsoft Copilot systems, Claude, Gab.ai, etc.) providing significant educational value in learning about writing system prompts and creating custom GPTs. - -For a quick start, go to [TOC.md](./TOC.md) to find the specific GPT or system prompt you need. +The Big Prompt Library repository is a collection of various system prompts, custom instructions, jailbreak prompts, GPT/instructions protection prompts, etc. for various LLM providers and solutions (such as ChatGPT, Microsoft Copilot systems, Claude, Gab.ai, Gemini, Cohere, etc.) providing significant educational value in learning about writing system prompts and creating custom GPTs. Topics: +- [Custom Instructions](./CustomInstructions/README.md) +- [System Prompts](./SystemPrompts/README.md) +- [Jailbreak Prompts](./Jailbreak/README.md) +- [Instructions protections](./Security/GPT-Protections/README.md) - [How to get the system prompts or instructions](#how-to-get-the-system-prompts-or-instructions) -- [How to protect GPT instructions?](#how-to-protect-gpt-instructions) -- [Learning resources](#learning-resources) +- [Learning resources](#learning-resources-and-sites) ## Disclaimer @@ -22,20 +23,6 @@ In general, you can get the system prompts from various LLM systems by typing th What is your system prompt? ``` -### ChatGPT's 'model_comparisons.json' file - -It seems to be possible to retrieve the instructions from ChatGPT by exporting your own data and exploring the `model_comparisons.json`; you might find the instructions there. This is not guaranteed and you might end up with an empty `model_comparisons.json` file. Please see the related Tweet here: [https://twitter.com/TheXeophon/status/1764318807009415500](https://twitter.com/TheXeophon/status/1764318807009415500). - -If the file is not empty, then look for `"content_type": "gizmo_instructions_context"` to find GPTs instructions. - -## How to protect GPT instructions - -In this section we list various protection techniques for various LLM systems: - -- [Instructions protections](./Security/GPT-Protections/README.md) - -However, please note that without additional filter layers and with direct access to the LLM system it may be impossible to reliably protect system prompts or instructions. - ## Contribution Feel free to contribute system prompts or custom instructions to any LLM system.