We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7de133 commit 4eccc71Copy full SHA for 4eccc71
scripts/agent.py
@@ -25,6 +25,9 @@
25
uv run scripts/agent.py --model qwen3.5:9b "90s rock deep cuts"
26
uv run scripts/agent.py --model qwen3.5:9b --think "jazz deep cuts"
27
uv run scripts/agent.py --repeat-penalty 1.2 --temperature 0.4 "upbeat workout mix"
28
+ uv run scripts/agent.py --batch
29
+ uv run scripts/agent.py --batch --model qwen3:14b
30
+ uv run scripts/agent.py --batch --prompts-file prompts.txt
31
"""
32
33
import argparse
0 commit comments