feat: ask to generate 3 example jokes in dataset question prompt

This commit is contained in:
Kirill Igumenshchev (aider) 2025-05-18 18:12:48 -07:00
parent 41cf093415
commit f59aaba24a

View file

@ -34,7 +34,7 @@ def main():
for fmt in formats:
question = (
f"Whats the best local LLM model to generate {fmt} jokes "
f"in the style of {comedian}? Please explain your reasoning step by step."
f"in the style of {comedian}? Please explain your reasoning step by step, and generate 3 example jokes."
)
response = client.chat.completions.create(
model=model_name,