implemented step 14 by Gemini

- added LLMpool, worker script
This commit is contained in:
2026-06-14 14:39:51 +02:00
parent ec698f3f34
commit d07bc89eea
5 changed files with 281 additions and 2 deletions

View File

@ -9,7 +9,7 @@ use Exception;
class DAIClient
{
private string $apiUrl;
private int $timeout = 60;
private int $timeout = 120;
public function __construct(?string $apiUrl = null)
{