Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liou666 committed Apr 13, 2023
1 parent 386af51 commit 2226863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# <img src="./public/favicon.ico" width="60px" align="center" alt="Polyglot icon"> Polyglot
> AI语言练习应用
> AI语言练习应用
Polyglot是一款桌面端应用程序。基于ChatGPT和Azure人工智能语言模型作为底层服务,使用Vue3+TS技术栈构建,旨在提供一个易于使用的语言练习平台,方便进行多语种的口语练习。

<p align="center">
<img width="" alt="Screenshot: Polyglot App running" src="./screenshot/dark.png">
<img width="" alt="Screenshot: Polyglot App running" src="./screenshot/a.png">
</p>

## 功能
- [x] 多国语言口语练习 (目前内置四个不同国家的AI人物,分别来自美国、日本、韩国和法国。后续将考虑增加更多的语种。)
- [x] 多国语言口语练习 (~~目前内置四个不同国家的AI人物,分别来自美国、日本、韩国和法国。后续将考虑增加更多的语种。~~)(内置了英语,其他语言现在支持自定义
- [x] 智能语音合成(基于Azure TTS服务)
- [x] 智能对话功能(基于chatGPT服务)
- [x] 支持暗黑模式
- [ ] 接入文字翻译功能
- [x] 接入文字翻译功能
- [x] 支持用户自定义语种和AI人物
- [ ] 支持用户配置自定义对话场景
- [ ] 支持用户自定义语种和AI人物
- [ ] 支持Azure openai api服务
## 使用方法
+ 设置OpenAI Key
+ 设置代理(非必须)
Expand All @@ -39,5 +40,6 @@ mv .env.example .env
pnpm dev
```


## 贡献
如果您有任何建议或意见,欢迎提出 [Issues](https://github.com/liou666/polyglot/issues)[ Pull Request](https://github.com/liou666/polyglot/pulls)
Binary file added screenshot/a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2226863

Please sign in to comment.