Add openai-php/symfony bundle (#1491)

This commit is contained in:
Jérôme Tamarelle
2023-03-09 16:43:50 +01:00
committed by GitHub
parent e8feb33495
commit 7774cded1c

View File

@@ -0,0 +1,11 @@
{
"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": ""
}
}