Fixed spelling of my name

pull/35/head
Simon Willison 2023-02-26 14:12:35 -08:00 committed by GitHub
parent f435bc2b7b
commit 22653896d3
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 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).
@ -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)
[Next Section (Miscellaneous Topics)](./prompt-miscellaneous.md)
[Next Section (Miscellaneous Topics)](./prompt-miscellaneous.md)