mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add openai-php/symfony bundle (#1491)
This commit is contained in:
11
openai-php/symfony/0.3/manifest.json
Normal file
11
openai-php/symfony/0.3/manifest.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user