Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,19 @@ Firstly, ensure you have a Rocket.Chat Server running either locally or you have
```cmd
git clone https://github.com/<yourusername>/apps.ai.gif
```
2. Install all dependencies:
2. Navigate to the project directory:
```cmd
cd Apps.AI.GIF
```
3. Install all dependencies:
```cmd
npm i
```
3. Deploy the app to your server:
4. Deploy the app to your server:
```cmd
rc-apps deploy --url <url> --username <username> --password <password>
```
4. Once deployed, we need to set the prefences to use all the features. Go to installed apps -> private apps and under settings provide the following settings:
5. Once deployed, we need to set the prefences to use all the features. Go to installed apps -> private apps and under settings provide the following settings:

> a. apiKey: Replicate API Key, generate one from [here](https://replicate.com/).

Expand Down