Skip to content

Commit

Permalink
Merge pull request #1408 from Rasputin2/main
Browse files Browse the repository at this point in the history
Update template.py
  • Loading branch information
penguine-ip authored Mar 3, 2025
2 parents 91349c5 + 0acb700 commit 0c784a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepeval/synthesizer/templates/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def generate_synthetic_inputs(
**
IMPORTANT: Please make sure to only return in JSON format, with the 'data' key as a list of JSON objects.
You MUST TRY to generate {max_goldens_per_context} data points, unless the `input` is getting reptitive.
You MUST TRY to generate {max_goldens_per_context} data points, unless the `input` is getting repetitive.
Example context: ["Einstein won the Nobel Prize for his discovery of penicillin.", "Einstein won the Nobel Prize in 1968."]
Example max goldens per context: 2
Expand Down

0 comments on commit 0c784a9

Please sign in to comment.