From adf8bbf97b03af1c465c660ca5d49cf501d643c3 Mon Sep 17 00:00:00 2001 From: Sandaru Tharuneth Date: Thu, 4 May 2023 19:07:09 +0530 Subject: [PATCH] Update README.md Replicate API update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 87746ee..326b14f 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,17 @@ Fill your Token and other dependencies at [config.json](https://github.com/sanda ```json { "TOKEN": "YOUR TOKEN", + "API": "YOUR REPLICATE API KEY", "CLIENTID": "YOUR BOT ID", "OWNER": ["YOUR ID"] } ``` +Get your Replicate API +- Visit [Replicate](https://replicate.com) and create an account +- Get API token [API Section](https://replicate.com/account/api-tokens) +- Paste the Key on `config.json` + Install dependencies ```sh npm i