File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tutorials/deploy-librechat-with-generative-apis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
27271 . 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
79797 . Launch the application with Docker:
You can’t perform that action at this time.
0 commit comments