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
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ Create an OpenAI account, [get an API key](https://help.openai.com/en/articles/4
30
30
31
31
Then, in the root folder of your project, modify the `.env` file: find the `OPENAI_API_KEY` variable and replace a placeholder value with the API key that you got from the AI service.
First, get the credentials by contacting [Ibexa Support](https://support.ibexa.co).
42
44
43
-
### Create team
45
+
####Create team
44
46
45
47
In [[= product_name_connect =]], set up the account, and [create a team](https://doc.ibexa.co/projects/connect/en/latest/access_management/teams/#creating-teams).
46
48
Navigate to the team details page and note down the numerical value of the **Team id** variable.
@@ -62,6 +64,8 @@ Copy the token code that appears next to the label.
62
64
In the root folder of your project, modify the `.env` file.
63
65
Replace a placeholder value of the `IBEXA_CONNECT_TOKEN` variable with the token that you got from [[= product_name_connect =]] and provide a value of the `IBEXA_CONNECT_TEAM_ID` variable.
64
66
67
+
For example:
68
+
65
69
```bash
66
70
###> ibexa/connect ###
67
71
IBEXA_CONNECT_HOST=https://connect.ibexa.co
@@ -76,11 +80,17 @@ IBEXA_CONNECT_TEAM_ID=2
76
80
77
81
#### Initiate integration
78
82
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.
83
+
Initiate the models provided by the handler by issuing the following command:
0 commit comments