Files
symfony-flex-recipes-contrib/openai-php/symfony/0.3/manifest.json
T

12 lines
315 B
JSON

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