mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
28 lines
798 B
JSON
28 lines
798 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-gemini-platform": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"GEMINI_API_KEY": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_gemini_platform.yaml": {
|
|
"contents": [
|
|
"ai:",
|
|
" platform:",
|
|
" gemini:",
|
|
" api_key: '%env(GEMINI_API_KEY)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "a6953d134a46a78354003b4dddf682f03ef886b2"
|
|
}
|
|
}
|
|
}
|