mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
feat: ask to generate 3 example jokes in dataset question prompt
This commit is contained in:
parent
41cf093415
commit
f59aaba24a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ def main():
|
|||
for fmt in formats:
|
||||
question = (
|
||||
f"What’s 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue