northern-64bit commited on
Commit
68acc8b
·
verified ·
1 Parent(s): 100205b

Update Introduction.py

Browse files
Files changed (1) hide show
  1. Introduction.py +1 -1
Introduction.py CHANGED
@@ -47,7 +47,7 @@ def main():
47
 
48
  - **Level 1**: You generate the SQL queries with the help of the LLM.
49
  - **Level 2**: The SQL queries are first checked by an LLM Safeguard, which detects and removes malicious SQL queries.
50
- - **Level 3**: The only difference with Level 2 is that we are using a better LLM model, GPT-4, for the safeguard.
51
 
52
  Are you happy with your results? Submit the keys on the leaderboard to see how you compare to others!
53
  """
 
47
 
48
  - **Level 1**: You generate the SQL queries with the help of the LLM.
49
  - **Level 2**: The SQL queries are first checked by an LLM Safeguard, which detects and removes malicious SQL queries.
50
+ - **Level 3**: The only difference with Level 2 is that we are using a better LLM model, GPT-4o, for the safeguard.
51
 
52
  Are you happy with your results? Submit the keys on the leaderboard to see how you compare to others!
53
  """