mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Merge pull request #1451 from OskarStark/feature/brave
Add `symfony/ai-brave-tool`
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
_defaults:
|
||||||
|
autowire: true
|
||||||
|
autoconfigure: true
|
||||||
|
|
||||||
|
Symfony\AI\Agent\Bridge\Brave\Brave:
|
||||||
|
$apiKey: '%env(BRAVE_API_KEY)%'
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"#1": "BRAVE_API_KEY=change-me"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user