mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 09:36:24 +03:00
28 lines
800 B
JSON
28 lines
800 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-open-ai-platform": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"OPENAI_API_KEY": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_open_ai_platform.yaml": {
|
|
"contents": [
|
|
"ai:",
|
|
" platform:",
|
|
" openai:",
|
|
" api_key: '%env(OPENAI_API_KEY)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "4f925d48b69c145cde2286e2cabfc7bd5eb4aca9"
|
|
}
|
|
}
|
|
}
|