Skip to content

Commit 5a814b7

Browse files
committed
fix passthrough filter
1 parent d8429d4 commit 5a814b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code4me-server/src/query_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class Filter(enum.Enum):
186186
JOINT_H = 'joint_h'
187187
JOINT_A = 'joint_a'
188188

189-
no_filter = lambda request_json: True
189+
no_filter = lambda request_json: False
190190
logres = Logres(coef, intercept)
191191
set_all_seeds() # just in case
192192
context_filter = MyPipeline( device=DEVICE, task='text-classification',

0 commit comments

Comments
 (0)