Serhan Yılmaz
commited on
Commit
·
a9917e7
1
Parent(s):
96f160f
small fix
Browse files
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
|
| 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"""
|