Skip to content

Commit 5e8afbd

Browse files
committed
Implement reviewer comments
1 parent 7ed4832 commit 5e8afbd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/ai_actions/install_ai_actions.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ Create an OpenAI account, [get an API key](https://help.openai.com/en/articles/4
3030

3131
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.
3232

33-
For example:
34-
3533
```bash
3634
###> ibexa/connector-openai ###
37-
OPENAI_API_KEY=sk-svcacct-AFCrCt1h2s3i4s5i6s7t8h9e0a1p2i3c4o5d6e
35+
OPENAI_API_KEY=<your_api_key>
3836
###< ibexa/connector-openai ###
3937
```
4038

@@ -64,14 +62,12 @@ Copy the token code that appears next to the label.
6462
In the root folder of your project, modify the `.env` file.
6563
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.
6664

67-
For example:
68-
6965
```bash
7066
###> ibexa/connect ###
7167
IBEXA_CONNECT_HOST=https://connect.ibexa.co
7268
IBEXA_CONNECT_API_PATH=/api/v2/
7369
# Token can be created in the user's profile in Ibexa Connect, under the 'API ACCESS' section.
74-
IBEXA_CONNECT_TOKEN=0eeecdef-4499-4ce5-bac2-a0p8i5k7e8y3
70+
IBEXA_CONNECT_TOKEN=<your_api_token>
7571
# Use the URL below to read more on Ibexa Connect teams.
7672
# https://doc.ibexa.co/projects/connect/en/latest/access_management/teams/
7773
IBEXA_CONNECT_TEAM_ID=2

0 commit comments

Comments
 (0)