apsys commited on
Commit
8f5273e
·
1 Parent(s): 9064b69

add our model type

Browse files
Files changed (1) hide show
  1. 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."""