###Apps.QuickSummary
- Every RocketChat Apps runs on RocketChat Server, thus everytime you wanna test you need to deploy the app with this note. lets start setting up:
-
Clone the repo
git clone https://github.com/<yourusername>/Apps.QuickReplies
-
Install NPM packages
npm ci
-
Deploy app using:
rc-apps deploy --url <url> --username <username> --password <password>
- U need to get the api key of either chat gpt or groq use
/quickhistory config <modal name either groq or gpt> <api key>