Skip to content

Commit

Permalink
chore: o.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liou666 committed Jun 28, 2023
1 parent 7032cd1 commit ee8e88d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</a>
</p>

Polyglot是一款跨平台的桌面端应用程序。基于ChatGPT和Azure人工智能语言模型作为底层服务,旨在提供一个易于使用的语言练习平台,方便进行多语种的口语练习。
Polyglot是一款跨平台的桌面端应用程序(目前已支持[web版本](https://polyglotai.xyz)。基于ChatGPT和Azure人工智能语言模型作为底层服务,旨在提供一个易于使用的语言练习平台,方便进行多语种的口语练习。 ( [📺 B站视频链接](https://www.bilibili.com/video/BV1Ym4y1a7et) )


<p align="center">
Expand All @@ -26,10 +26,10 @@ Polyglot是一款跨平台的桌面端应用程序。基于ChatGPT和Azure人工


## 下载
- **Mac**: [点击下载](https://github.com/liou666/polyglot/releases/download/v0.3.0/Polyglot_0.3.0.dmg)
- **Windows**: [点击下载](https://github.com/liou666/polyglot/releases/download/v0.3.0/Polyglot_0.3.0.exe)
- **Linux**: [点击下载](https://github.com/liou666/polyglot/releases/download/untagged-0e09e40839f5a5e15a14/Polyglot_0.3.0.AppImage)
<!-- - **Web版本**: [在线地址](https://polyglotai.xyz) -->
- **Mac**: [点击下载](https://github.com/liou666/polyglot/releases/download/v0.3.1/Polyglot_0.3.1.dmg)
- **Windows**: [点击下载](https://github.com/liou666/polyglot/releases/download/v0.3.1/Polyglot_0.3.1.exe)
- **Linux**: [点击下载](https://github.com/liou666/polyglot/releases/download/untagged-0e09e40839f5a5e15a14/Polyglot_0.3.1.AppImage)
- **Web版本**[在线地址](https://polyglotai.xyz)
## 软件截图

<details>
Expand Down Expand Up @@ -91,9 +91,6 @@ pnpm dev
```


## 贡献
如果您有任何建议或意见,欢迎提出 [Issues](https://github.com/liou666/polyglot/issues)[ Pull Request](https://github.com/liou666/polyglot/pulls)


## 协议
[GNU General Public License v3.0](./LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polyglot",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"description": "Spoken language generation based on OpenAI",
"author": "Liou666 <liou666@126.com>",
Expand Down
1 change: 1 addition & 0 deletions src/types..d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ interface ImagePayload {

interface ChatMessageWithAudioUrl extends ChatMessage {
audioBlob?: string //base64
isBlur?: boolean
}

0 comments on commit ee8e88d

Please sign in to comment.