4 lines
156 B
PHP
4 lines
156 B
PHP
<?php
|
|
header("Content-Type: application/json");
|
|
echo json_encode(["engine"=>"DEEP-RESEARCH","components"=>["SearXNG","DeerFlow","Qdrant","Consensus 14"]]);
|