fix unused config for model
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user