Awesome plugin for LLM Workflow Engine
Use prompts from Awesome ChatGPT Prompts
Install the latest version of this software directly from github with pip:
pip install git+https://github.com/llm-workflow-engine/lwe-plugin-awesome
Install the latest version of this software directly from git:
git clone https://github.com/llm-workflow-engine/lwe-plugin-awesome.git
Install the development package:
cd lwe-plugin-awesome
pip install -e .
Add the following to config.yaml
in your profile:
plugins:
enabled:
- awesome
# Any other plugins you want enabled...
# These are the default values.
awesome:
prompts:
uri: 'https://github.com/f/awesome-chatgpt-prompts/raw/main/prompts.csv'
temp_filename: 'awesome-prompts.csv'
From a running LWE shell...
To reload the prompts:
/awesome reload
To use a prompt (this will open the prompt in an editor for further adjustment before submission to the LLM):
/awesome Linux Terminal