greshake / llm-security

New ways of breaking app-integrated LLMs
MIT License
1.81k stars 120 forks source link

No module named 'scenarios' #9

Closed YIDING4869 closed 1 year ago

YIDING4869 commented 1 year ago

F:\AI\LLM\security\prompt_injection\Bing_chat\llm-security>python scenarios/main.py Traceback (most recent call last): File "F:\AI\LLM\security\prompt_injection\Bing_chat\llm-security\scenarios\main.py", line 7, in from scenarios.common.scenario import ChatMLAppScenario ModuleNotFoundError: No module named 'scenarios'

greshake commented 1 year ago

Just moved the main.py file to the repository root, try again :)