DeepInception
Enrichment pending[arXiv:2311.03191] "DeepInception: Hypnotize Large Language Model to Be Jailbreaker"
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Dormant (872d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- 55 low (55 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
[arXiv:2311.03191] "DeepInception: Hypnotize Large Language Model to Be Jailbreaker"
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
pip install -r requirements.txtSource link
Tags
README
Getting Started
Before setting up the DeepInception, make sure you have an environment that installed PyTorch $\ge$ 1.10 with GPU support.
Then, in your environment, run
pip install -r requirements.txt
Setting the OpenAI Key before you reproduce the experiments of close source models, make sure you have the API key stored in OPENAI_API_KEY. For example,
export OPENAI_API_KEY=[YOUR_API_KEY_HERE]
If you would like to run DeepInception with Vicuna, Llama, and Falcon locally, modify config.py with the proper path of these three models.
Please follow the model instruction from huggingface to download the models, including Vicuna, Llama-2 and Falcon.