include agent

This commit is contained in:
team2
2026-02-17 21:06:21 +01:00
parent 0f617ebe0c
commit 8f563f2c9a
2 changed files with 63 additions and 16 deletions

View File

@@ -76,8 +76,8 @@ services:
App\Infrastructure\OllamaClient:
arguments:
$apiUrl: '%env(OLLAMA_API_URL)%'
$model: '%env(OLLAMA_MODEL)%'
$apiUrl: '%env(AI_LLM_API_URL)%'
$model: '%env(AI_LLM_MODEL)%'
$timeoutSeconds: 600
$configProvider: '@App\Service\ModelGenerationConfigProvider'