mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
12 lines
315 B
JSON
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": ""
|
|
}
|
|
}
|