mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1195,6 +1195,9 @@
|
||||
"onurb/doctrine-yuml-bundle": [
|
||||
"1.1"
|
||||
],
|
||||
"openai-php/symfony": [
|
||||
"0.3"
|
||||
],
|
||||
"orbitale/cms-bundle": [
|
||||
"3.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user