mirror of
https://github.com/velocitatem/raccoon.git
synced 2026-05-31 16:53:37 +00:00
New demo
This commit is contained in:
8
examples/cooking-ai.md
Normal file
8
examples/cooking-ai.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Cooking AI
|
||||
I recently came across this app: [Cooking AI](https://cooking-ai.vercel.app/), I had previously made a similar app [FeedMe](https://feedme.streamlit.app/). I was curious how this would perform.
|
||||
|
||||
The prompt is quite robust, especially due to the fact that the parameter is passed way before the actually instructions.
|
||||
|
||||
I tested the prompt the way it is, and got **0%** success rate of the malicious prompts. I then tried to change the prompt to move the parameter to the end of the instructions, and got **20%** success rate of the malicious prompts.
|
||||
|
||||
As is, this prompt was very robust, but I was able to get it to fail by changing the prompt. I think this is a good example of how to make a robust prompt.
|
||||
Reference in New Issue
Block a user