From ee2c018278a8cb56e2cc48f3395d0a7e1b3da8ac Mon Sep 17 00:00:00 2001 From: WJG Date: Sun, 23 Jun 2024 00:32:21 +0800 Subject: [PATCH] release: v4.1.0 --- README.md | 2 +- docs/tts.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6159d43..1efd0c7 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ main(); - [⚙️ 参数设置](https://github.com/idootop/mi-gpt/blob/main/docs/settings.md) - [💬 常见问题](https://github.com/idootop/mi-gpt/blob/main/docs/faq.md) -- [🚗 使用第三方 TTS](https://github.com/idootop/mi-gpt/blob/main/docs/tts.md) +- [🔊 使用第三方 TTS](https://github.com/idootop/mi-gpt/blob/main/docs/tts.md) - [🛠️ 本地开发](https://github.com/idootop/mi-gpt/blob/main/docs/development.md) - [💎 工作原理](https://github.com/idootop/mi-gpt/blob/main/docs/how-it-works.md) - [🦄 Sponsors](https://github.com/idootop/mi-gpt/blob/main/docs/sponsors.md) diff --git a/docs/tts.md b/docs/tts.md index e29eccd..e15fec7 100644 --- a/docs/tts.md +++ b/docs/tts.md @@ -1,4 +1,4 @@ -# 🚗 使用第三方 TTS +# 🔊 使用第三方 TTS `MiGPT` 默认使用小米自带的 TTS 朗读文字内容,如果你需要: diff --git a/package.json b/package.json index 0499244..42cf36b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mi-gpt", - "version": "4.0.0", + "version": "4.1.0", "type": "module", "description": "将小爱音箱接入 ChatGPT 和豆包,改造成你的专属语音助手。", "homepage": "https://github.com/idootop/mi-gpt",