Skip to content

Commit c48f710

Browse files
committed
Add symfony/brave-ai-tool
1 parent e3687f6 commit c48f710

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
services:
2+
_defaults:
3+
autowire: true
4+
autoconfigure: true
5+
6+
Symfony\AI\Agent\Bridge\Brave\Brave:
7+
$apiKey: '%env(BRAVE_API_KEY)%'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
},
5+
"env": {
6+
"#1": "BRAVE_API_KEY=change-me"
7+
}
8+
}

0 commit comments

Comments
 (0)