mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 09:36:24 +03:00
8 lines
165 B
YAML
8 lines
165 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Symfony\AI\Agent\Bridge\SerpApi\SerpAPi:
|
|
$apiKey: '%env(SERP_API_API_KEY)%'
|