Hey HackerNews, I'm building an open-source library aiming to make it very easy for anyone to use plugins with any LLM (plugins as defined by OpenAI).<p>I just finished this very simple tutorial: <a href="https://github.com/edreisMD/plugnplai/blob/master/examples/apply_plugins_three_steps.ipynb">https://github.com/edreisMD/plugnplai/blob/master/examples/a...</a>. And would love to get some feedback, and suggestions on how to improve it / make it useful for you.<p>Steps:
1. Load plugins from <a href="https://plugnplai.com" rel="nofollow">https://plugnplai.com</a> directory (now with ~150 plugins)
2. Install and activate: Load specifications and build a default prompt describing the plugins to the LLM
3. Apply the plugins as a decorator to your function<p>Links:
- Plug and Plai directory: <a href="https://plugnplai.com" rel="nofollow">https://plugnplai.com</a>
- Open Source Lib: <a href="https://github.com/edreisMD/plugnplai">https://github.com/edreisMD/plugnplai</a>