Files
html/api/test-llm.php
2026-04-12 22:57:03 +02:00

2 lines
167 B
PHP

<?php header("Content-Type: application/json"); require_once __DIR__."/wv-llm-helper.php"; $r=wv_llm("bonjour en 1 mot"); echo json_encode(["r"=>$r,"l"=>strlen($r)]);