Skip to main content

Toolkit and Collection for Plugins of Large Language Models

Project description

OpenPlugin

PyPI PyPI - Python Version Hits-of-Code

Documentation Status

[demo video] | [bilibili video]

OpenPlugin-v0.0.8 is updated on Aug 17, 2023

Toolkit for managing plugins of Large Language Model (LLM). You can install, uninstall, run and list plugins with op.

Installation

  • pip install openplugin-py (or clone this repo and pip install -e .).

Plugin Store

We provide plugins in Plugin Store. Users can download these plugins and use them with op.

Usage

  • Check OpenPlugin's version with: op --version
  • Check system information: op --system_info
  • Install a plugin: op install <plugin_name>. You can also install local plugins with op install ..
    • You can also install a plugin from a zip file: op install <zip_file_path>.
  • Uninstall a plugin: op uninstall <plugin_name>
  • Start a plugin: op run <plugin_name>. You can use -p to specify the port of the plugin. By default, the port is 5003. You can also run a local plugin with op run ./.
  • List installed plugins: op list
  • Reinstall plugin: op reinstall <plugin_name>

An example for using QRcode_plugin

  • Install QRcode_plugin: op install QRcode_plugin
  • Or You can install QRcode_plugin from local:
    • Go to the directory of QRcode_plugin: cd plugins/QRcode_plugin
    • Install QRcode_plugin: op install .
  • Or you can install QRcode_plugin from a zip file: op install QRcode_plugin.zip
  • Start QRcode_plugin: op run QRcode_plugin -p server_port
  • Or you can start QRcode_plugin from local:
    • Go to the directory of QRcode_plugin: cd plugins/QRcode_plugin
    • Start QRcode_plugin: op run ./ -p server_port
  • Then you can get the ai-plugin.json file via visiting http://<server_ip>:server_port/ai-plugin.json
  • You can get the openaip.yaml file via visiting http://<server_ip>:server_port/openaip.yaml

Plugins

We provide some source codes of plugins. You can find them in plugins. We call for contributions of plugins. You can fork our repo, add your plugin into plugins and submit a Pull Request.

Citing OpenPlugin

If our work has been helpful to you, please feel free to cite us:

@misc{openplugin2023,
    title={OpenPlugin},
    author={OpenRL Contributors},
    publisher = {GitHub},
    howpublished = {\url{https://github.com/OpenRL-Lab/OpenPlugin}},
    year={2023},
}

Star History

Star History Chart

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openplugin-py-0.0.8.tar.gz (21.5 kB view hashes)

Uploaded Source

Built Distribution

openplugin_py-0.0.8-py3-none-any.whl (34.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page