Hacker News new | ask | show | jobs
Show HN: Apply plugins to LLMs in one line of code with PlugnPlai and Langchain (twitter.com)
5 points by edreismd 1119 days ago
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).

I just finished this very simple tutorial: https://github.com/edreisMD/plugnplai/blob/master/examples/a.... And would love to get some feedback, and suggestions on how to improve it / make it useful for you.

Steps: 1. Load plugins from https://plugnplai.com 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

Links: - Plug and Plai directory: https://plugnplai.com - Open Source Lib: https://github.com/edreisMD/plugnplai