This commit is contained in:
team 1
2026-05-06 10:05:56 +02:00
parent e18abf4135
commit 68bfbd7802
11 changed files with 388 additions and 8 deletions

View File

@@ -167,6 +167,7 @@ services:
arguments:
$apiUrl: '%env(AI_LLM_API_URL)%'
$timeoutSeconds: '%retriex.llm.timeout_seconds%'
$numPredict: '%retriex.llm.num_predict%'
$configProvider: '@App\Service\ModelGenerationConfigProvider'