Update AI configuration text
This commit is contained in:
parent
b55e956dad
commit
8465752acb
@ -349,9 +349,10 @@ export default function AdminAppConfigurationClient({
|
|||||||
{aiError && renderError({
|
{aiError && renderError({
|
||||||
connection: { provider: 'OpenAI', error: aiError},
|
connection: { provider: 'OpenAI', error: aiError},
|
||||||
})}
|
})}
|
||||||
Store your OpenAI secret key in order to add experimental support
|
Store your OpenAI secret key in order to enable AI-generated
|
||||||
for AI-generated text descriptions and enable an invisible field
|
text descriptions and optionally leverage an invisible field
|
||||||
called {'"Semantic Description"'} used to support CMD-K search:
|
called {'"Semantic Description"'} used to support CMD-K search
|
||||||
|
and improve accessibility:
|
||||||
{renderEnvVars(['OPENAI_SECRET_KEY'])}
|
{renderEnvVars(['OPENAI_SECRET_KEY'])}
|
||||||
</ChecklistRow>
|
</ChecklistRow>
|
||||||
<ChecklistRow
|
<ChecklistRow
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user