Skip to content

Commit 70afc7a

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 92801ff commit 70afc7a

File tree

1 file changed

+3
-3
lines changed
  • tutorials/deploy-librechat-with-generative-apis

1 file changed

+3
-3
lines changed

tutorials/deploy-librechat-with-generative-apis/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LibreChat is a free, open-source AI chat platform that unifies interactions with
2121
- A Scaleway account logged into the [console](https://console.scaleway.com)
2222
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2323
- [Docker](https://docs.docker.com/engine/install/) installed on your local machine
24-
- Generated a Scaleway [API secret key]/iam/how-to/create-api-keys/)
24+
- Generated a Scaleway [API secret key](/iam/how-to/create-api-keys/)
2525

2626

2727
1. Clone the LibreChat repository from GitHub:
@@ -54,7 +54,7 @@ LibreChat is a free, open-source AI chat platform that unifies interactions with
5454
touch librechat.yaml
5555
```
5656
57-
6. Open the `librechat.yaml` file in a text editor and copy the following configuration into it. Then save and exit the editor:
57+
6. Open the `librechat.yaml` file in a text editor and copy the configuration below into it. Then save and exit the editor.
5858
```yaml
5959
version: 1.2.1
6060
cache: true
@@ -73,7 +73,7 @@ LibreChat is a free, open-source AI chat platform that unifies interactions with
7373
modelDisplayLabel: 'Scaleway'
7474
```
7575
<Message type="important">
76-
Do not forget to replace `<YOUR_SCW_SECRET_API_KEY>` with your personal secret API key.
76+
Make sure that you replace `<YOUR_SCW_SECRET_API_KEY>` with your own secret API key.
7777
</Message>
7878

7979
7. Launch the application with Docker:

0 commit comments

Comments
 (0)