Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-03-09 15:44:12 +00:00
parent 3224ecafce
commit 0561cd3582
4 changed files with 46 additions and 0 deletions
+1
View File
@@ -382,6 +382,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [oneup/flysystem-bundle](https://packagist.org/packages/oneup/flysystem-bundle) | [4.0](oneup/flysystem-bundle/4.0) |
| [oneup/uploader-bundle](https://packagist.org/packages/oneup/uploader-bundle) | [2.0](oneup/uploader-bundle/2.0) |
| [onurb/doctrine-yuml-bundle](https://packagist.org/packages/onurb/doctrine-yuml-bundle) | [1.1](onurb/doctrine-yuml-bundle/1.1) |
| [openai-php/symfony](https://packagist.org/packages/openai-php/symfony) | [0.3](openai-php/symfony/0.3) |
| [orbitale/cms-bundle](https://packagist.org/packages/orbitale/cms-bundle) | [3.0](orbitale/cms-bundle/3.0) |
| [orbitale/easyimpress-bundle](https://packagist.org/packages/orbitale/easyimpress-bundle) | [1.0](orbitale/easyimpress-bundle/1.0) |
| [oskarstark/env-var-extension](https://packagist.org/packages/oskarstark/env-var-extension) | [1.0](oskarstark/env-var-extension/1.0) |
@@ -0,0 +1,21 @@
{
"manifests": {
"openai-php/symfony": {
"manifest": {
"bundles": {
"OpenAI\\Symfony\\OpenAIBundle": [
"all"
]
},
"env": {
"#1": "Generate your own API credentials through the OpenAI Platform portal.",
"#2": "https://platform.openai.com/account/api-keys",
"OPENAI_API_KEY": "sk-...",
"OPENAI_ORGANIZATION": ""
}
},
"files": [],
"ref": "23b35dfd25adb2c5c467a50239a9ef0aa16f9328"
}
}
}
+3
View File
@@ -1195,6 +1195,9 @@
"onurb/doctrine-yuml-bundle": [
"1.1"
],
"openai-php/symfony": [
"0.3"
],
"orbitale/cms-bundle": [
"3.0"
],
+21
View File
@@ -0,0 +1,21 @@
{
"manifests": {
"openai-php/symfony": {
"manifest": {
"bundles": {
"OpenAI\\Symfony\\OpenAIBundle": [
"all"
]
},
"env": {
"#1": "Generate your own API credentials through the OpenAI Platform portal.",
"#2": "https://platform.openai.com/account/api-keys",
"OPENAI_API_KEY": "sk-...",
"OPENAI_ORGANIZATION": ""
}
},
"files": [],
"ref": "23b35dfd25adb2c5c467a50239a9ef0aa16f9328"
}
}
}