Project Files
HELP_ME.md
This guide explains every feature of the Local OpenBook plugin for LM Studio and provides concrete examples of how to use them.
Function: Extracts the main text content from a URL (article, blog post, documentation), strips out ads/menus, and adds it to your current chat context.
/add_sourceurl (The link), type: "web"User Input:
Result: The plugin fetches the text of the article. Follow-up: "Summarize the history section of the article you just read."
User Input:
Result: The plugin extracts the body of the news story. Follow-up: "What are the key arguments made by the author in this piece?"
Function: Downloads the audio from a YouTube video, transcribes it purely offline using your local Whisper binary, and adds the full transcript to the chat context.
/add_sourceurl (YouTube link), type: "youtube"User Input:
Result: "Downloading video... Transcribing..." → Adds full transcript. Follow-up: "List the 3 main concepts the professor explained in the video."
User Input:
Result: Transcript is added. Follow-up: "Does the reviewer mention battery life? If so, what did they say?"
Function: Automatically analyzes PDF, TXT, or MD files you drag into LM Studio. It uses a "Reranker" to find the exact paragraphs relevant to your question, reducing hallucinations.
Action: Drag Dishwasher_Manual.pdf into the chat.
User Input:
Result: The plugin finds the "Troubleshooting" section in the PDF and provides the exact reset procedure found in the text.
Action: Drag Attention_Is_All_You_Need.pdf into the chat.
User Input:
Result: The plugin retrieves the specific architectural details from the paper and explains them.
Function: Transforms the current context (files, web pages, or transcripts) into a lively, spoken-word dialogue script between two AI hosts ("Nova" and "Sage").
/generate_podcast_scripttopic, hosts (optional)Prerequisite: You have added a YouTube transcript or Web article. User Input:
Result: A script appears:
Nova: Welcome back! Today we're diving into that article you shared about AI. Sage: I read it, and honestly, I'm a bit skeptical about the timeline they proposed. Nova: Really? But the author explicitly stated that...
Prerequisite: You uploaded a short story PDF. User Input:
Result:
Detective Holmes: Watson, have you reviewed the case file? Watson: Yes, Holmes. The details about the attic seem peculiar. Detective Holmes: Precisely! Let us examine the evidence...
/add_source url:https://en.wikipedia.org/wiki/Large_language_model type:web
/add_source url:https://techcrunch.com/2024/01/01/example-news-article type:web
/add_source url:https://www.youtube.com/watch?v=SomeLectureID type:youtube
/add_source url:https://www.youtube.com/watch?v=ReviewVideoID type:youtube
How do I reset the error code E4?
Explain the difference between the encoder and decoder stacks described in this paper.
/generate_podcast_script topic:"The Future of AI"
/generate_podcast_script topic:"The Mystery of the Old House" hosts:["Detective Holmes", "Watson"]