Skip to content

Commit adf8bbf

Browse files
Update README.md
Replicate API update
1 parent 212691f commit adf8bbf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,17 @@ Fill your Token and other dependencies at [config.json](https://github.com/sanda
3131
```json
3232
{
3333
"TOKEN": "YOUR TOKEN",
34+
"API": "YOUR REPLICATE API KEY",
3435
"CLIENTID": "YOUR BOT ID",
3536
"OWNER": ["YOUR ID"]
3637
}
3738
```
3839

40+
Get your Replicate API
41+
- Visit [Replicate](https://replicate.com) and create an account
42+
- Get API token [API Section](https://replicate.com/account/api-tokens)
43+
- Paste the Key on `config.json`
44+
3945
Install dependencies
4046
```sh
4147
npm i

0 commit comments

Comments
 (0)