Files
symfony-flex-recipes-contrib/openai-php.symfony.0.3.json
github-action[bot]andgithub-action[bot] 0561cd3582 Update Flex endpoint
2023-03-09 15:44:12 +00:00

22 lines
664 B
JSON

{
"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"
}
}
}