소스 검색

Fixing typo in self

Beto 1 년 전
부모
커밋
c0886a0a89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/llama_recipes/inference/safety_utils.py

+ 1 - 1
src/llama_recipes/inference/safety_utils.py

@@ -91,7 +91,7 @@ class SalesforceSafetyChecker(object):
 
 # Class for performing safety checks using Azure Content Safety service
 class AzureSaftyChecker(object):
-    def __init__(sel):
+    def __init__(self):
         try:
             from azure.ai.contentsafety import ContentSafetyClient
             from azure.core.credentials import AzureKeyCredential