Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-03-17 15:27:56 +00:00
parent e049840f36
commit 2bb804ac79
4 changed files with 106 additions and 0 deletions
+1
View File
@@ -457,6 +457,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [pentatrion/vite-bundle](https://packagist.org/packages/pentatrion/vite-bundle) | [6.5](pentatrion/vite-bundle/6.5) |
| [php-amqplib/rabbitmq-bundle](https://packagist.org/packages/php-amqplib/rabbitmq-bundle) | [1.12](php-amqplib/rabbitmq-bundle/1.12) |
| [php-http/httplug-bundle](https://packagist.org/packages/php-http/httplug-bundle) | [1.6](php-http/httplug-bundle/1.6) |
| [php-llm/llm-chain-bundle](https://packagist.org/packages/php-llm/llm-chain-bundle) | [0.16](php-llm/llm-chain-bundle/0.16) |
| [php-translation/loco-adapter](https://packagist.org/packages/php-translation/loco-adapter) | [0.8](php-translation/loco-adapter/0.8) |
| [php-translation/symfony-bundle](https://packagist.org/packages/php-translation/symfony-bundle) | [0.10](php-translation/symfony-bundle/0.10) |
| [phpfastcache/phpfastcache-bundle](https://packagist.org/packages/phpfastcache/phpfastcache-bundle) | [3.0](phpfastcache/phpfastcache-bundle/3.0) |
@@ -0,0 +1,51 @@
{
"manifests": {
"php-llm/llm-chain-bundle": {
"manifest": {
"bundles": {
"PhpLlm\\LlmChainBundle\\LlmChainBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"OPENAI_API_KEY": ""
}
},
"files": {
"config/packages/llm_chain.yaml": {
"contents": [
"# config/packages/llm_chain.yaml",
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" PhpLlm\\LlmChain\\Chain\\ToolBox\\Tool\\Clock: null",
"",
"llm_chain:",
" platform:",
" openai:",
" api_key: '%env(OPENAI_API_KEY)%'",
"",
" chain:",
" default:",
" platform: 'llm_chain.platform.openai'",
" model:",
" name: 'GPT'",
" version: 'gpt-4o-mini'",
" system_prompt: |",
" You are a helpful assistant and you can provide the current date and time.",
" tools:",
" - 'PhpLlm\\LlmChain\\Chain\\ToolBox\\Tool\\Clock'",
""
],
"executable": false
}
},
"ref": "9cc23d12a6e131cde98e1cfd33a6f2a9048bee1d"
}
}
}
+3
View File
@@ -1456,6 +1456,9 @@
"php-http/httplug-bundle": [
"1.6"
],
"php-llm/llm-chain-bundle": [
"0.16"
],
"php-translation/loco-adapter": [
"0.8"
],
+51
View File
@@ -0,0 +1,51 @@
{
"manifests": {
"php-llm/llm-chain-bundle": {
"manifest": {
"bundles": {
"PhpLlm\\LlmChainBundle\\LlmChainBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"OPENAI_API_KEY": ""
}
},
"files": {
"config/packages/llm_chain.yaml": {
"contents": [
"# config/packages/llm_chain.yaml",
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" PhpLlm\\LlmChain\\Chain\\ToolBox\\Tool\\Clock: null",
"",
"llm_chain:",
" platform:",
" openai:",
" api_key: '%env(OPENAI_API_KEY)%'",
"",
" chain:",
" default:",
" platform: 'llm_chain.platform.openai'",
" model:",
" name: 'GPT'",
" version: 'gpt-4o-mini'",
" system_prompt: |",
" You are a helpful assistant and you can provide the current date and time.",
" tools:",
" - 'PhpLlm\\LlmChain\\Chain\\ToolBox\\Tool\\Clock'",
""
],
"executable": false
}
},
"ref": "9cc23d12a6e131cde98e1cfd33a6f2a9048bee1d"
}
}
}