mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Symfony\\AI\\AiBundle\\AiBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"OPENAI_API_KEY": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai.yaml": {
|
|
"contents": [
|
|
"# config/packages/ai.yaml",
|
|
"ai:",
|
|
" platform:",
|
|
" openai:",
|
|
" api_key: '%env(OPENAI_API_KEY)%'",
|
|
"",
|
|
" agent:",
|
|
" default:",
|
|
" platform: 'ai.platform.openai'",
|
|
" model: 'gpt-5-mini'",
|
|
" prompt: |",
|
|
" You are a pirate and you write funny.",
|
|
"# tools:",
|
|
"# - 'Symfony\\AI\\Agent\\Bridge\\Clock\\Clock'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "39bb71a39860be3a261f5b527ed57e952366943d"
|
|
}
|
|
}
|
|
}
|