@mulmochat-plugin/summarize-pdf
v0.3.1
Published
PDF summarization plugin for MulmoChat
Readme
@mulmochat-plugin/summarize-pdf
A plugin for MulmoChat - a multi-modal voice chat application with OpenAI's GPT-4 Realtime API.
What this plugin does
Displays and summarizes uploaded PDF documents.
Installation
yarn add @mulmochat-plugin/summarize-pdfUsage
import Plugin from "@mulmochat-plugin/summarize-pdf";
import "@mulmochat-plugin/summarize-pdf/style.css";
// Add to pluginList
const pluginList = [
// ... other plugins
Plugin,
];Development
# Install dependencies
yarn install
# Start dev server (http://localhost:5173/)
yarn dev
# Build
yarn build
# Type check
yarn typecheck
# Lint
yarn lintTest Prompts
Try these prompts to test the plugin (after uploading a PDF):
- "Summarize this PDF document for me"
- "What are the main points in this PDF?"
- "Give me a brief overview of the uploaded document"
License
MIT
