Explain like I'm Five π§
Explain the selected text like I am five years old. Get a simple explanation for complex topics.
// Name: Explain like I'm Five
// Description: Explain the selected text like I am five years old. Get a simple explanation for complex topics.
// Author: Eduard Uffelmann
// Linkedin: https://www.linkedin.com/in/euffelmann/
// Twitter: @schmedu_
// Website: https://schmedu.com
import "@johnlindquist/kit";
import { startChat } from "../lib/common";
let selectedText = await getSelectedText();
let task = `Could you please explain the following text like I am five years old. Just answer with the text.
\`\`\`
${selectedText}
\`\`\``;
await startChat({
prompt: task,
model: "gpt-3.5-turbo",
temperature: 1,
});
- π₯ Input
- Selected Text
- π€ Output
- Changed Selected Text
- π» Setup
- Easy
- π· TagsοΈ
- text, replace text