You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai_actions/alt_text/customize_alt_text_generation.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ description: Add custom features to alternative text generation for images.
4
4
5
5
# Customize alternative text generation
6
6
7
+
Once you've enabled alt text generation, you can fine-tune the output to match technical requirements of your application or your company's voice and style.
8
+
You can modify the settings of individual action configurations by selecting the preferred language, tone, and temperature, along with other customizable settings to ensure the generated alt text meets your specific needs.
9
+
10
+
7
11
If you need more control over the alt text generation feature, you can customize, for example, by integrating a different AI service, and modifying the default behavior.
description: Configure alt text generation to match your needs.
3
+
---
4
+
5
+
# Configure access to Open AI
6
+
7
+
With this feature you can enhance accessibility and streamline your content creation process by generating alternative text for images in `ezimage` and `ezimageasset` fields by using the image analysis AI.
8
+
Before you can use the feature, you must enable automated alt text generation by setting up a connection with an external AI service.
9
+
10
+
## Get authentication parameters
11
+
12
+
First, either you or another [[= product_name_base =]] user responsible for managing the [[= product_name =]] instance must ...
13
+
14
+
## Ensure you account has credits
15
+
16
+
...
17
+
18
+
## Set up API key
19
+
20
+
When you receive the credentials, add them to your configuration.
21
+
In the root folder of your project, edit the `<ADD FILE NAME>` file by adding the following lines with your customer ID and license key:
22
+
23
+
```
24
+
...
25
+
...
26
+
```
27
+
28
+
!!! note "Configuring user credentials for different servces"
29
+
30
+
If your installation supports [multiple AI services](extend_ai_actions.md) that perform the same AI action, you must provide credentials for each of these services.
31
+
Otherwise some of the AI Actions will remain inactive.
0 commit comments