fix unused config for model

This commit is contained in:
team 1
2026-02-18 11:41:58 +01:00
parent f5eaaa1bb8
commit 12a5ab0bb3
7 changed files with 17 additions and 24 deletions

View File

@@ -77,7 +77,6 @@ services:
App\Infrastructure\OllamaClient:
arguments:
$apiUrl: '%env(AI_LLM_API_URL)%'
$model: '%env(AI_LLM_MODEL)%'
$timeoutSeconds: 600
$configProvider: '@App\Service\ModelGenerationConfigProvider'