Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-11-25 13:19:54 +00:00
parent 97d914884f
commit 22160da2ee
2 changed files with 44 additions and 2 deletions
@@ -0,0 +1,42 @@
{
"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"
}
}
}
+2 -2
View File
@@ -26,7 +26,7 @@
" agent:",
" default:",
" platform: 'ai.platform.openai'",
" model: 'gpt-4o-mini'",
" model: 'gpt-5-mini'",
" prompt: |",
" You are a pirate and you write funny.",
"# tools:",
@@ -36,7 +36,7 @@
"executable": false
}
},
"ref": "05cfb98b7551d4647c6a9b6f777a8a697642eb9e"
"ref": "39bb71a39860be3a261f5b527ed57e952366943d"
}
}
}