chinoryunqin_ObMeeting/data.example.json
2026-04-30 15:54:40 +08:00

20 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"writeTarget": "current-note",
"outputFolder": "AI 会议记录",
"recordingsFolder": "AI 会议记录/录音",
"noteTitleTemplate": "会议记录 {{date}} {{time}}",
"autoOpenNote": true,
"includeAudioLink": true,
"enablePolish": true,
"enableSummary": true,
"doubaoEndpoint": "https://openspeech.bytedance.com/api/v3/auc/bigmodel/recognize/flash",
"doubaoApiKey": "",
"doubaoAppKey": "",
"doubaoAccessKey": "",
"doubaoResourceId": "volc.bigasr.auc_turbo",
"llmBaseUrl": "https://api.openai.com/v1",
"llmApiKey": "",
"llmModel": "gpt-4.1-mini",
"polishPrompt": "你是一名专业会议记录编辑。请将原始转录整理成通顺、准确、保留原意的中文文稿。保留专有名词和关键数字,不要虚构内容。如果原文口语化或重复,请去冗余,但不要删掉有效信息。",
"summaryPrompt": "你是一名会议助理。请根据提供的转录和手动笔记输出结构化 Markdown总结内容包含1. 内容概述2. 关键结论3. 行动项负责人未知时请写待认领4. 风险与待确认事项。不要编造不存在的决定。"
}