Files
html/api/wired-pending/intent-opus4-llama3_pull.php
opus 1e000c42ca
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync via WEVIA git_sync_all intent 2026-04-20T01:41:40+02:00
2026-04-20 01:41:41 +02:00

16 lines
406 B
PHP

<?php
return array (
'name' => 'llama3_pull',
'triggers' =>
array (
0 => 'llama3 pull',
1 => 'pull llama3',
2 => 'download llama3',
3 => 'install llama3',
),
'cmd' => 'curl -sk http://127.0.0.1/api/v76-scripts-runner.php?script=ollama_gen&args=pull%20llama3.2',
'status' => 'EXECUTED',
'created_at' => '2026-04-19T16:10:55+00:00',
'source' => 'opus4-autowire-early-v2',
);