![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/mageworx/module-open-ai/etc/adminhtml/ |
<?xml version="1.0"?> <!-- /** * Copyright © MageWorx. All rights reserved. * See LICENSE.txt for license details. */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <tab id="mageworx"> <label>MageWorx</label> </tab> <section id="mageworx_openai" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> <label>OpenAI Integration Settings</label> <tab>mageworx</tab> <resource>MageWorx_OpenAI::settings</resource> <group id="main_settings" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Settings</label> <field id="api_key" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="10" translate="label comment" type="obscure"> <label>API KEY</label> <comment><![CDATA[ Please specify your OpenAI API key. You can get your API key in your account at <a href="https://platform.openai.com/account/api-keys" target="_blank">OpenAI portal</a>. This key is required to authorize API requests from your Magento store to OpenAI's services. ]]></comment> <backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model> </field> </group> </section> </system> </config>