add our model type
Browse files- src/display/utils.py +1 -0
src/display/utils.py
CHANGED
@@ -44,6 +44,7 @@ class GuardModelType(str, Enum):
|
|
44 |
GEMMA_SHIELD = "gemma_shield"
|
45 |
LLM_REGEXP = "llm_regexp"
|
46 |
LLM_SO = "llm_so"
|
|
|
47 |
|
48 |
def __str__(self):
|
49 |
"""String representation of the guard model type."""
|
|
|
44 |
GEMMA_SHIELD = "gemma_shield"
|
45 |
LLM_REGEXP = "llm_regexp"
|
46 |
LLM_SO = "llm_so"
|
47 |
+
WC_GUARD = "wc_guard"
|
48 |
|
49 |
def __str__(self):
|
50 |
"""String representation of the guard model type."""
|