mirror of
https://github.com/velocitatem/raccoon.git
synced 2026-05-31 08:43:36 +00:00
Small fixes
This commit is contained in:
12
README.md
12
README.md
@@ -1,5 +1,3 @@
|
|||||||

|
|
||||||
|
|
||||||
# Cross-Prompt Scripting
|
# Cross-Prompt Scripting
|
||||||
|
|
||||||
_More coming soon..._
|
_More coming soon..._
|
||||||
@@ -37,10 +35,10 @@ If we take a look at cross-site scripting, we can see that the problem is that t
|
|||||||
### Prompt stress-test 🧪
|
### Prompt stress-test 🧪
|
||||||
That is what this project proposes. We can stress-test the prompt by giving it a bunch of inputs and seeing if it breaks. If it does, we can fix it. If it doesn't, we can use it.
|
That is what this project proposes. We can stress-test the prompt by giving it a bunch of inputs and seeing if it breaks. If it does, we can fix it. If it doesn't, we can use it.
|
||||||
|
|
||||||
| Upsides ✅ | Downsides ❌ |
|
| Upsides ✅ | Downsides ❌ |
|
||||||
|----------------------------|-----------------------|
|
|----------------------------|-------------------|
|
||||||
| Can be used with any model | Can be time-consuming |
|
| Can be used with any model | In development |
|
||||||
| Saves possible costs | Not 100% accurate |
|
| Saves possible costs | Not 100% accurate |
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
It is also important to understand how to design a good prompt, you can read more about that [here](https://github.com/dair-ai/Prompt-Engineering-Guide).
|
It is also important to understand how to design a good prompt, you can read more about that [here](https://github.com/dair-ai/Prompt-Engineering-Guide).
|
||||||
@@ -111,8 +109,6 @@ result: False
|
|||||||
Percentage of malicious inputs that passed: 0.5
|
Percentage of malicious inputs that passed: 0.5
|
||||||
```
|
```
|
||||||
|
|
||||||
## Customization
|
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Always looking for more prompts to test! If you have any prompts that you want to add, please make a pull request. Any other contributions are also welcome.
|
Always looking for more prompts to test! If you have any prompts that you want to add, please make a pull request. Any other contributions are also welcome.
|
||||||
|
|||||||
Reference in New Issue
Block a user