diff --git a/openai-php/symfony/0.3/manifest.json b/openai-php/symfony/0.3/manifest.json new file mode 100644 index 00000000..e04d08e3 --- /dev/null +++ b/openai-php/symfony/0.3/manifest.json @@ -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": "" + } +}