Merge pull request #35 from simonw/patch-1

Fixed spelling of my name
pull/37/head
Elvis Saravia 2023-02-26 21:12:53 -06:00 committed by GitHub
commit 383b386035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Topics:
--- ---
## Prompt Injection ## Prompt Injection
Prompt injection aims to hijack the model output by using clever prompts that change its behavior. These attacks could be harmful -- Simon Williams define it ["as a form of security exploit"](https://simonwillison.net/2022/Sep/12/prompt-injection/). Prompt injection aims to hijack the model output by using clever prompts that change its behavior. These attacks could be harmful -- Simon Willison defined it ["as a form of security exploit"](https://simonwillison.net/2022/Sep/12/prompt-injection/).
Let's cover a basic example to demonstrate how prompt injection can be achieved. We will use a popular example shared by [Riley on Twitter](https://twitter.com/goodside/status/1569128808308957185?s=20). Let's cover a basic example to demonstrate how prompt injection can be achieved. We will use a popular example shared by [Riley on Twitter](https://twitter.com/goodside/status/1569128808308957185?s=20).
@ -186,4 +186,4 @@ Models like ChatGPT and Claude have been aligned to avoid outputting content tha
--- ---
[Previous Section (Advanced Prompting)](./prompts-advanced-usage.md) [Previous Section (Advanced Prompting)](./prompts-advanced-usage.md)
[Next Section (Miscellaneous Topics)](./prompt-miscellaneous.md) [Next Section (Miscellaneous Topics)](./prompt-miscellaneous.md)