pratikshahp commited on
Commit
d78ba60
·
verified ·
1 Parent(s): 9bf6e30

Update guardrail.py

Browse files
Files changed (1) hide show
  1. guardrail.py +1 -1
guardrail.py CHANGED
@@ -52,7 +52,7 @@ def is_safe(message: str) -> bool:
52
  - If unsafe, a second line must include a comma-separated list of violated categories. [/INST]"""
53
 
54
  response = client.completions.create(
55
- model="Meta-Llama/LlamaGuard-3-8b",
56
  prompt=prompt
57
  )
58
 
 
52
  - If unsafe, a second line must include a comma-separated list of violated categories. [/INST]"""
53
 
54
  response = client.completions.create(
55
+ model="meta-llama/Meta-Llama-Guard-3-8B",
56
  prompt=prompt
57
  )
58