Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Mar 10, 2023
1 parent 2361a85 commit c92e45b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.0.10 (2023-03-10)
## 0.0.11 (2023-03-10)

### New feature:

- 添加OpenAI润色、总结、代码解释功能([`62cb361`](https://github.com/Pylogmon/Pot/commit/62cb36158bbd83ed8071b7f1341b30d3b248a23b)) (by 派了个萌)
- 添加火山翻译支持([`6a847ec`](https://github.com/Pylogmon/pot/commit/6a847ecfe430836817626bab02f886ec7d40d29c)) (by [Ccslykx](https://github.com/ccslykx))

### Bugs fixed:

- 添加密钥缺失判断([`2361a85`](https://github.com/Pylogmon/pot/commit/2361a859ac6d7c48eec4963e63abdb86b3ca1276)) (by 派了个萌)
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@

## 支持接口
- [x] 有道翻译(无需申请)
- [x] ChatGPT(需要申请[API](https://platform.openai.com/account/api-keys) 0.002$/1000token)
- [x] 百度翻译(需要申请[API](https://fanyi-api.baidu.com/product/11) 每月免费额度100万字符)
- [x] 彩云小译(需要申请[API](https://docs.caiyunapp.com/blog/2018/09/03/lingocloud-api/) 每月免费额度100万字符)
- [x] 腾讯翻译(需要申请[API](https://cloud.tencent.com/product/tmt) 每月免费额度500万字符)
- [ ] 火山翻译
- [x] Open AI(需要申请 [api服务](https://pot.pylogmon.cn/guide/api/) 0.002$/1000token)
- [x] 百度翻译(需要申请 [api服务](https://pot.pylogmon.cn/guide/api/) 每月免费额度100万字符)
- [x] 彩云小译(需要申请 [api服务](https://pot.pylogmon.cn/guide/api/) 每月免费额度100万字符)
- [x] 腾讯翻译(需要申请 [api服务](https://pot.pylogmon.cn/guide/api/) 每月免费额度500万字符)
- [x] 火山翻译(需要申请 [api服务](https://pot.pylogmon.cn/guide/api/) 每月免费额度200万字符)
- [ ] 谷歌翻译
- [ ] DeepL
- [ ] 有道翻译
- [ ] 阿里翻译

具体的api服务申请,请看[申请指南](https://pot.pylogmon.cn/guide/api/)
Expand Down

0 comments on commit c92e45b

Please sign in to comment.