A collection if Libre Chat prompts
To include this prompts library in the external project "LibreChat" using Git, follow these steps:
-
Navigate to the root folder of your "LibreChat" project.
-
Add this repository as a subdirectory by running the following command:
git clone [email protected]:Clinteastman/libreChatPrompts.git prompts/General-Library
This will clone the prompts library repository under the
/prompts/General-Library
folder of your "LibreChat" project.
Alternatively you can always download a zip of the repository and extract it into the /prompts/General-Library
folder of your "LibreChat" project.
To update the prompts library in your "LibreChat" project, follow these steps:
-
Navigate to the
/prompts/General-Library
folder of your "LibreChat" project. -
Pull the latest changes from the prompts library repository by running the following command:
git pull