Skip to content

Commit

Permalink
chore: min 1 example required
Browse files Browse the repository at this point in the history
  • Loading branch information
shellzbt committed Oct 26, 2024
1 parent fdd5caf commit 62619d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sixgpt_proof/proof.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from sixgpt_proof.wikipedia.verify_content import WikipediaSummarization
from sixgpt_proof.sixgpt import evaluate_question, evaluate_answer, get_uniqueness_score

MIN_NUMBER_OF_EXAMPLES = 50
MIN_NUMBER_OF_EXAMPLES = 1

def choose_random_example(examples: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
number_of_examples_to_choose = len(examples) // MIN_NUMBER_OF_EXAMPLES
Expand Down

0 comments on commit 62619d1

Please sign in to comment.