PDF summarization plugin for MulmoChat
npm install @mulmochat-plugin/summarize-pdf
A plugin for MulmoChat - a multi-modal voice chat application with OpenAI's GPT-4 Realtime API.
Displays and summarizes uploaded PDF documents.
``bash`
yarn add @mulmochat-plugin/summarize-pdf
`typescript
import Plugin from "@mulmochat-plugin/summarize-pdf";
import "@mulmochat-plugin/summarize-pdf/style.css";
// Add to pluginList
const pluginList = [
// ... other plugins
Plugin,
];
`
`bashInstall dependencies
yarn install
Try these prompts to test the plugin (after uploading a PDF):
1. "Summarize this PDF document for me"
2. "What are the main points in this PDF?"
3. "Give me a brief overview of the uploaded document"
MIT