Skip to content

Commit

Permalink
revert default back to use punkt
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dhuang authored and sfc-gh-chu committed Sep 26, 2024
1 parent 62c1975 commit bf9fd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feedback/trulens/feedback/llm_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ def groundedness_measure_with_cot_reasons(
source: str,
statement: str,
criteria: Optional[str] = None,
use_sent_tokenize: bool = False,
use_sent_tokenize: bool = True,
min_score_val: int = 0,
max_score_val: int = 3,
temperature: float = 0.0,
Expand Down

0 comments on commit bf9fd2b

Please sign in to comment.