include agent
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user