This commit is contained in:
2026-04-10 09:20:50 +02:00
parent 61c66bfd55
commit a8c837d509
3 changed files with 326 additions and 23 deletions

View File

@@ -124,7 +124,7 @@ class OpenAIService
['role' => 'user', 'content' => $userPrompt],
],
'temperature' => 0.9,
'max_tokens' => 5000,
'max_tokens' => 16000,
'response_format' => ['type' => 'json_object'],
],
]);