7 lines
291 B
Bash
7 lines
291 B
Bash
kbot-d --router2=openai --model=meta-llama/llama-3.2-90b-vision-instruct \
|
|
--prompt=./tests/pdf/prompt_manual.md \
|
|
--each=./tests/pdf/780/*.jpg \
|
|
--mode=completion --preferences=none \
|
|
--dst=./tests/pdf/sako_manual.md \
|
|
--filters=code --append=concat
|