We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44000b6 commit 932cf47Copy full SHA for 932cf47
llm_router_api/base/constants.py
@@ -217,13 +217,6 @@ def __verify_balancing_strategy():
217
218
@staticmethod
219
def __verify_default_masking_strategy():
220
- if MASKING_WITH_AUDIT:
221
- if not FORCE_MASKING:
222
- raise Exception(
223
- f"`export LLM_ROUTER_FORCE_MASKING=1` environment is "
224
- f"required when `LLM_ROUTER_MASKING_WITH_AUDIT=1`\n\n"
225
- )
226
-
227
if FORCE_MASKING and not len(MASKING_STRATEGY_PIPELINE):
228
raise Exception(
229
"When FORCE_MASKING is set to `True`, you must specify the "
0 commit comments