Skip to content

Commit 9b993e5

Browse files
committed
Use latest version of the model based on CNN BiLSTM
1 parent 90898df commit 9b993e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatewayd_plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins:
3030
- TOKENIZER_API_ADDRESS=http://localhost:8000
3131
- SERVING_API_ADDRESS=http://localhost:8501
3232
- MODEL_NAME=sqli_model
33-
- MODEL_VERSION=2
33+
- MODEL_VERSION=3
3434
# Threshold determine the minimum prediction confidence
3535
# required to detect an SQL injection attack. Any value
3636
# between 0 and 1 is valid, and it is inclusive.

0 commit comments

Comments
 (0)