Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zinccat/PromptSafe
Save your precious prompt from leaking with minimal cost
https://github.com/zinccat/PromptSafe
Last synced: 16 days ago
JSON representation
Save your precious prompt from leaking with minimal cost
- Host: GitHub
- URL: https://github.com/zinccat/PromptSafe
- Owner: zinccat
- License: gpl-3.0
- Created: 2023-04-01T08:11:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-26T20:17:00.000Z (over 1 year ago)
- Last Synced: 2024-08-07T05:07:01.401Z (4 months ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_gpt_super_prompting - zinccat/PromptSafe - Ensuring safe prompts for GPT models. (🔐 Secure Prompting / Hall Of Fame:)
README
# PromptSafe
Save your precious prompt from leaking with minimal cost.Usage:
1. Use embedding_save.py to generate prompt embedding as embedding.npy.
2. Use main.py to test attacks!
Stand by for automate prompt injection toolkit! (https://github.com/zinccat/LLMAutoPwn)