Skip to content

Commit

Permalink
feat: support claude-v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsang4 committed Apr 15, 2023
1 parent d2b297b commit a4adc04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* `claude-v1`: 自动使用 v1 的最新版
* `claude-v1.0`: claude-v1 的当前版本
* `claude-v1.2` (默认使用): [早期评估版本] claude-v1 的改进版本
* `claude-v1.3`: claude-v1 的重大改进版,更加强大精确
* `claude-instant-v1`: claude-v1 的裁剪版,响应速度快,效果略差一些
* `claude-instant-v1.0`: claude-instant-v1 的当前版本

Expand Down
1 change: 1 addition & 0 deletions docs/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ You can use the Claude API to polish and syntactically modify sentences, you jus
* `claude-v1`: Use the latest version of v1 automatically
* `claude-v1.0`: Current default for claude-v1
* `claude-v1.2` (default): [Early access for evaluation] Improved version of claude-v1
* `claude-v1.3`: A significantly improved version of claude-v1. Compared to claude-v1.2, it's more robust and precise
* `claude-instant-v1`: A cut-down version of claude-v1, with faster response speed, but slightly worse effect
* `claude-instant-v1.0`: Current default for claude-instant-v1

Expand Down
6 changes: 5 additions & 1 deletion src/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "jtsang.claude.translator",
"version": "0.1.3",
"version": "0.2.0",
"category": "translate",
"name": "Claude Translator",
"summary": "Claude powered translator",
Expand Down Expand Up @@ -41,6 +41,10 @@
"title": "claude-v1.2",
"value": "claude-v1.2"
},
{
"title": "claude-v1.3",
"value": "claude-v1.3"
},
{
"title": "claude-instant-v1",
"value": "claude-instant-v1"
Expand Down

0 comments on commit a4adc04

Please sign in to comment.