Files
weval-consulting/api/wevia-human-ai.php

4 lines
168 B
PHP

<?php
header("Content-Type: application/json");
echo json_encode(["modes"=>["autopilot","copilot","supervisor","advisor","executor","reviewer","teacher"],"count"=>7]);