diff --git a/Notion-Voice-Notes.mjs b/Notion-Voice-Notes.mjs index cd6b032..b793b05 100644 --- a/Notion-Voice-Notes.mjs +++ b/Notion-Voice-Notes.mjs @@ -1,9 +1,3 @@ -/** - * Changes: - * - * - Fixed languagePrefix bug; it no longer prints "undefined" in the system message. - */ - import { Client } from "@notionhq/client"; import Bottleneck from "bottleneck"; import OpenAI from "openai";