Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 446 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 446 Bytes

llm-plugin-utils

LLM plugin utilities for axum-based projects.

This library is specifically intended for OpenAI-style plugins served with axum. The manifest struct provides a description conforming to OpenAI's spec. The serve_plugin_info function returns a very simple Router that serves the required plugin resources.

The library is currently incomplete.