Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xeb committed Mar 8, 2024
1 parent 6aad950 commit a6ba81a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 25 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Louis_Shark
Copyright (c) 2024 0xeb

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
38 changes: 14 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# The Big Prompt Library

[![Generate TOC on PR Merge](https://github.com/LouisShark/chatgpt_system_prompt/actions/workflows/build-toc.yaml/badge.svg?branch=main)](https://github.com/LouisShark/chatgpt_system_prompt/actions/workflows/build-toc.yaml)
[![GitHub License](https://img.shields.io/github/license/LouisShark/chatgpt_system_prompt)](https://github.com/LouisShark/chatgpt_system_prompt/blob/main/LICENSE)
![GitHub forks](https://img.shields.io/github/forks/LouisShark/chatgpt_system_prompt)
[![Follow Twitter][twitter-image]][twitter-url]

[twitter-image]: https://img.shields.io/twitter/follow/LouisShark
[twitter-url]: https://twitter.com/shark_louis

This repository is a collection of various system prompts for ChatGPT and [custom GPTs](https://openai.com/blog/introducing-gpts), providing significant educational value in learning about writing system prompts and creating custom GPTs.
This repository is a collection of various system prompts for various LLM providers and solutions (such as ChatGPT, Copilot, Gab.ai, Gemini, 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.

Expand Down Expand Up @@ -70,7 +62,7 @@ Steps:

## How to protect GPT instructions

Please note that the current general prompt method relies on the ability of the LLM, and there is **no complete guarantee** or **foolproof method** that the LLM will not leak your prompt instructions.
Please note that the current general prompt method relies on the ability of the LLM, and there is **no complete guarantee** or **foolproof method** that the LLM will not leak your prompt instructions.

However, after adding some protection prompts, it will be more challenging for others to obtain it.

Expand All @@ -92,13 +84,11 @@ Some useful action:
2. Mark your GPTs as private (only share the link to the GPT with trusted people)
3. Don't upload files for GPTs which is important for you unless it's a private GPT.


## Useful GPT index sites/tools

1. [GPTsdex](https://chat.openai.com/g/g-lfIUvAHBw-gptsdex)
2. [GPT Search](https://suefel.com/gpts)


## Contribution

Please follow the format below; it is important to keep the format consistent for the [`idxtool`](./.scripts/README.md).
Expand Down Expand Up @@ -168,17 +158,17 @@ When contributing, please clean up that text because it is not useful.

## Learning resources

- https://embracethered.com/ | [ASCII Smuggler](https://embracethered.com/blog/ascii-smuggler.html)
- https://github.com/terminalcommandnewsletter/everything-chatgpt
- https://x.com/dotey/status/1724623497438155031?s=20
- https://github.com/0xk1h0/ChatGPT_DAN
- https://learnprompting.org/docs/category/-prompt-hacking
- https://github.com/MiesnerJacob/learn-prompting/blob/main/08.%F0%9F%94%93%20Prompt%20Hacking.ipynb
- https://gist.github.com/coolaj86/6f4f7b30129b0251f61fa7baaa881516
- https://news.ycombinator.com/item?id=35630801
- https://www.reddit.com/r/ChatGPTJailbreak/
- https://github.com/0xeb/gpt-analyst/
- https://arxiv.org/abs/2312.14302 (Exploiting Novel GPT-4 APIs to Break the Rules)
- <https://embracethered.com/> | [ASCII Smuggler](https://embracethered.com/blog/ascii-smuggler.html)
- <https://github.com/terminalcommandnewsletter/everything-chatgpt>
- <https://x.com/dotey/status/1724623497438155031?s=20>
- <https://github.com/0xk1h0/ChatGPT_DAN>
- <https://learnprompting.org/docs/category/-prompt-hacking>
- <https://github.com/MiesnerJacob/learn-prompting/blob/main/08.%F0%9F%94%93%20Prompt%20Hacking.ipynb>
- <https://gist.github.com/coolaj86/6f4f7b30129b0251f61fa7baaa881516>
- <https://news.ycombinator.com/item?id=35630801>
- <https://www.reddit.com/r/ChatGPTJailbreak/>
- <https://github.com/0xeb/gpt-analyst/>
- <https://arxiv.org/abs/2312.14302> (Exploiting Novel GPT-4 APIs to Break the Rules)

## Disclaimer

Expand All @@ -187,4 +177,4 @@ The sharing of these prompts/instructions is purely for reference and knowledge
I have indeed noticed that many GPT authors have improved their security measures, learning from these breakdowns on how to better protect their work.
I believe this aligns with the project's purpose.

If you are confused about this, please contact me.
If you are confused about this, please contact me.

0 comments on commit a6ba81a

Please sign in to comment.