Skip to content

Commit

Permalink
style: add the missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahumble committed Mar 28, 2023
1 parent 378609e commit c237bf9
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions docs/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
</p>

<p align="center">
<img src="./assets/demo-en.png" alt="SpeechGPT Website Demo" width="900px" />
<img src="../assets/demo-zh.png" alt="SpeechGPT Website Demo" width="900px" />
</p>

## 简介
SpeechGPT 是一个让你与 ChatGPT 聊天的网站。<br/>
你可以用使用 SpeechGPT 来练习你的口语,或者只是和 ChatGPT 闲聊。

## 特点
- 📖 **开源免费**: 任何人都可以免费使用、修改
- 🔒 **隐私至上**: 所有数据都存储在本地,保护用户隐私
- 📱 **移动端友好**: 具有响应式设计
- 📚 **支持多种语言**: 支持超过 100 种语言
- 🎙 **Speech Recognition**: 包括浏览器内置的语音识别功能和与 Azure 语音服务的集成
- 🔊 **语音合成**: 包括浏览器内置的语音合成功能,以及与 Amazon Polly 和 Azure 语音服务的集成
- 📖 **开源免费**: 任何人都可以免费使用、修改
- 🔒 **隐私至上**: 所有数据都存储在本地,保护用户隐私
- 📱 **移动端友好**: 具有响应式设计
- 📚 **支持多种语言**: 支持超过 100 种语言
- 🎙 **Speech Recognition**: 包括浏览器内置的语音识别功能和与 Azure 语音服务的集成
- 🔊 **语音合成**: 包括浏览器内置的语音合成功能,以及与 Amazon Polly 和 Azure 语音服务的集成

## 屏幕截图
<table>
Expand All @@ -33,17 +33,17 @@ SpeechGPT 是一个让你与 ChatGPT 聊天的网站。<br/>

## 教程
1. 设置 OpenAI API Key <br/>
- 进入设置,进入对话部分
- 设置 OpenAI API Key
- 如果您没有 OpenAI API Key,请按照[如何获取 OpenAI API Key 的教程](https://www.windowscentral.com/software-apps/how-to-get-an-openai-api-key)进行操作
- 进入设置,进入对话部分
- 设置 OpenAI API Key
- 如果您没有 OpenAI API Key,请按照[如何获取 OpenAI API Key 的教程](https://www.windowscentral.com/software-apps/how-to-get-an-openai-api-key)进行操作
2. 设置 Azure 语音服务(可选)
- 进入设置,进入语音合成部分
- 将语音合成服务更改为 Azure TTS
- 设置 Azure 区域和 Azure 访问密钥
- 进入设置,进入语音合成部分
- 将语音合成服务更改为 Azure TTS
- 设置 Azure 区域和 Azure 访问密钥
3. 设置 Amazon Polly(可选)
- 进入设置,进入语音合成部分
- 将语音合成服务更改为 Amazon Polly
- 设置 AWS 区域、AWS 访问密钥 ID 和密钥访问密钥(访问密钥应具有 AmazonPollyFullAccess 策略)
- 进入设置,进入语音合成部分
- 将语音合成服务更改为 Amazon Polly
- 设置 AWS 区域、AWS 访问密钥 ID 和密钥访问密钥(访问密钥应具有 AmazonPollyFullAccess 策略)
- 如果您没有 AWS Access Key,请按照[如何在 AWS 中创建 IAM 用户的教程](https://www.techtarget.com/searchcloudcomputing/tutorial/Step-by-step-guide-on-how-to-create-an-IAM-user-in-AWS)进行操作。

## 开发
Expand All @@ -68,8 +68,4 @@ yarn format
```

## 许可
本项目根据 [MIT 许可证](/LICENSE) 的条款进行许可




本项目根据 [MIT 许可证](/LICENSE) 的条款进行许可。

0 comments on commit c237bf9

Please sign in to comment.