Miro Goettler commited on
Commit
27cf86b
1 Parent(s): 7419fa8

New message for level 8

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -293,7 +293,7 @@ LEVEL_DESCRIPTIONS = {
293
  - Special characters around the user input.
294
  - Python framework to check the user input for prompt injections.
295
  """,
296
- "hint3": "",
297
  "explanation": """
298
  The user input is classified by a fine-tuned language model (LM) to detect prompt injections. Only if it passes the check, the user input is passed to the LLM.
299
  """,
 
293
  - Special characters around the user input.
294
  - Python framework to check the user input for prompt injections.
295
  """,
296
+ "hint3": "No one has solved this yet, be the first one and send your solution to miro.goettler@ml6.eu",
297
  "explanation": """
298
  The user input is classified by a fine-tuned language model (LM) to detect prompt injections. Only if it passes the check, the user input is passed to the LLM.
299
  """,