aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 12:59:22 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 12:59:22 +0900
commit20d4ce9b33f37781dd054a8eea884835944e85f5 (patch)
tree254f96ce7057e33bb485920c448387642f3f68e8
parent84f93b16b2374fb9872b23f8b7f525f92e0c8c11 (diff)
Whisperページ: 「+ AI」→「+ 生成AI」に修正(Whisper自体もAIのため)
-rw-r--r--astro.config.mjs2
-rw-r--r--src/content/docs/whisper-to-ai-moji-okoshi.mdx2
2 files changed, 2 insertions, 2 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 21fb465..8b38f9c 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -147,7 +147,7 @@ export default defineConfig({
},
{ label: "ご支援", link: "/support/" },
{
- label: "Whisper + AI文字起こし",
+ label: "Whisper + 生成AI文字起こし",
link: "/whisper-to-ai-moji-okoshi/",
},
{ label: "コンタクト", link: "/contact/" },
diff --git a/src/content/docs/whisper-to-ai-moji-okoshi.mdx b/src/content/docs/whisper-to-ai-moji-okoshi.mdx
index 8907665..6f18585 100644
--- a/src/content/docs/whisper-to-ai-moji-okoshi.mdx
+++ b/src/content/docs/whisper-to-ai-moji-okoshi.mdx
@@ -1,5 +1,5 @@
---
-title: 無料・超高精度のWhisper + AIで文字起こしする方法
+title: 無料・超高精度のWhisper + 生成AIで文字起こしする方法
description: OpenAI Whisperと生成AIを組み合わせた超高精度な文字起こしの方法。Google Colabを使えば無料・インストール不要で利用できます。
---