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/install_ai_actions.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,19 +76,15 @@ IBEXA_CONNECT_TEAM_ID=2
76
76
77
77
#### Initiate integration
78
78
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.
80
80
81
81
For example:
82
82
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`
84
84
85
-
or
85
+
!!! note "Support for multiple [[= product_name_connect =]] languages"
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.
0 commit comments