Skip to content

Commit 71637fc

Browse files
committed
Explain the meaning of the language attribute
1 parent 5a0d5ce commit 71637fc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/ai_actions/install_ai_actions.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,15 @@ IBEXA_CONNECT_TEAM_ID=2
7676

7777
#### Initiate integration
7878

79-
Initiate each of the models provided by the handler by issuing the `php bin/console ibexa:connect:init-connect-ai <team_id> <language> <model>` command.
79+
Initiate the models provided by the handler by issuing the `php bin/console ibexa:connect:init-connect-ai <team_id> <language> <model list>` command.
8080

8181
For example:
8282

83-
`php bin/console ibexa:connect:init-connect-ai 2 en connect-image-to-text`
83+
`php bin/console ibexa:connect:init-connect-ai 2 en connect-image-to-text connect-text-to-text`
8484

85-
or
85+
!!! note "Support for multiple [[= product_name_connect =]] languages"
8686

87-
`php bin/console ibexa:connect:init-connect-ai 2 fr connect-text-to-text`
88-
89-
!!! note "Support for multiple languages"
90-
91-
You repeat this step for each of the languages that you want to be supported.
87+
The [`language` attribute](https://developers.make.com/api-documentation/api-reference/templates#templates-1) determines the language in which template details such as module names will be displayed in [[= product_name_connect =]]'s UI.
9288

9389
#### Customize templates
9490

0 commit comments

Comments
 (0)