Serhan Yılmaz commited on
Commit
a9917e7
·
1 Parent(s): 96f160f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ class HallucinationJudgment(BaseModel):
35
  summary: str = Field(description="A summary of the analysis")
36
 
37
  class PAS2:
38
- """Paraphrase-based Approach for Scrutinizing Systems - Using model-as-judge"""
39
 
40
  def __init__(self, mistral_api_key=None, openai_api_key=None, progress_callback=None):
41
  """Initialize the PAS2 with API keys"""
 
35
  summary: str = Field(description="A summary of the analysis")
36
 
37
  class PAS2:
38
+ """Paraphrase-based Approach for LLM Systems - Using llm-as-judge methods"""
39
 
40
  def __init__(self, mistral_api_key=None, openai_api_key=None, progress_callback=None):
41
  """Initialize the PAS2 with API keys"""