implemented step 14 by Gemini
- added LLMpool, worker script
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user