mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -496,6 +496,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [routmoute/routmoute-sirene-bundle](https://packagist.org/packages/routmoute/routmoute-sirene-bundle) | [1.0](routmoute/routmoute-sirene-bundle/1.0) |
|
||||
| [rundum/event-base](https://packagist.org/packages/rundum/event-base) | [0.0](rundum/event-base/0.0) |
|
||||
| [ruwler/ruwler-sdk-bundle](https://packagist.org/packages/ruwler/ruwler-sdk-bundle) | [1.0](ruwler/ruwler-sdk-bundle/1.0) |
|
||||
| [saqqal/llm-integration-bundle](https://packagist.org/packages/saqqal/llm-integration-bundle) | [1.0](saqqal/llm-integration-bundle/1.0) |
|
||||
| [scheb/two-factor-bundle](https://packagist.org/packages/scheb/two-factor-bundle) | [3.16](scheb/two-factor-bundle/3.16) |
|
||||
| [schranz-search/symfony-bundle](https://packagist.org/packages/schranz-search/symfony-bundle) | [0.2](schranz-search/symfony-bundle/0.2) |
|
||||
| [sebtm/inwx-api-bundle](https://packagist.org/packages/sebtm/inwx-api-bundle) | [1.0](sebtm/inwx-api-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"manifests": {
|
||||
"saqqal/llm-integration-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Saqqal\\LlmIntegrationBundle\\LlmIntegrationBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"LLM_PROVIDER_API_KEY": "your_api_key_here",
|
||||
"LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/llm_integration.yaml": {
|
||||
"contents": [
|
||||
"llm_integration:",
|
||||
" llm_provider: 'api_together'",
|
||||
" llm_api_key: '%env(LLM_PROVIDER_API_KEY)%'",
|
||||
" llm_model: '%env(LLM_MODEL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "87c4b2c2c82c98e0dcdd5fe4445cf9a8ea086e52"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1571,6 +1571,9 @@
|
||||
"ruwler/ruwler-sdk-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"saqqal/llm-integration-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"scheb/two-factor-bundle": [
|
||||
"3.16"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"manifests": {
|
||||
"saqqal/llm-integration-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Saqqal\\LlmIntegrationBundle\\LlmIntegrationBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"LLM_PROVIDER_API_KEY": "your_api_key_here",
|
||||
"LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/llm_integration.yaml": {
|
||||
"contents": [
|
||||
"llm_integration:",
|
||||
" llm_provider: 'api_together'",
|
||||
" llm_api_key: '%env(LLM_PROVIDER_API_KEY)%'",
|
||||
" llm_model: '%env(LLM_MODEL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "87c4b2c2c82c98e0dcdd5fe4445cf9a8ea086e52"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user