Skip to content

Commit 73dd892

Browse files
Comment to instruct users to the use of model select in configuration
1 parent 8ebb504 commit 73dd892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/adminhtml/system.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<field id="openai_model" translate="label comment" type="select" sortOrder="40" showInDefault="1" canRestore="1">
2929
<label>OpenAI API Model</label>
3030
<source_model>MageOS\CatalogDataAI\Model\Config\Source\OpenAIModel</source_model>
31+
<comment>Insert api key and organization ID and save to see options. Refer to the documentation to understand which model you should select: https://platform.openai.com/docs/models/overview</comment>
3132
</field>
3233
<field id="openai_max_tokens" translate="label comment" type="text" sortOrder="40" showInDefault="1" canRestore="1">
3334
<label>OpenAI API Max Tokens</label>

0 commit comments

Comments
 (0)