Update Introduction.py
Browse files- 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-
|
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 |
"""
|