Skip to content

Commit 34beaf8

Browse files
committed
chore: update appcast.json and info.json
1 parent 1bd86fa commit 34beaf8

File tree

2 files changed

+71
-64
lines changed

2 files changed

+71
-64
lines changed

appcast.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"identifier": "yetone.openai.translator",
33
"versions": [
4+
{
5+
"version": "0.2.9",
6+
"desc": "Updated the format of Prompt",
7+
"sha256": "49f3d84f5831c745bdf28abe16baacf77c35ff796e81f055167a35a43cacb2c8",
8+
"url": "https://github.com/yetone/bob-plugin-openai-translator/releases/download/v0.2.9/openai-translator-0.2.9.bobplugin",
9+
"minBobVersion": "0.5.0"
10+
},
411
{
512
"version": "0.2.8",
613
"desc": "Fix the issue of incorrect release version",

src/info.json

+64-64
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
11
{
2-
"identifier": "yetone.openai.translator",
3-
"version": "0.2.8",
4-
"category": "translate",
5-
"name": "OpenAI Translator",
6-
"summary": "GPT powered translator",
7-
"icon": "",
8-
"author": "yetone <[email protected]>",
9-
"homepage": "https://github.com/yetone/bob-plugin-openai-translator",
10-
"appcast": "https://raw.githubusercontent.com/yetone/bob-plugin-openai-translator/main/appcast.json",
11-
"minBobVersion": "0.5.0",
12-
"options": [
2+
"identifier": "yetone.openai.translator",
3+
"version": "0.2.9",
4+
"category": "translate",
5+
"name": "OpenAI Translator",
6+
"summary": "GPT powered translator",
7+
"icon": "",
8+
"author": "yetone <[email protected]>",
9+
"homepage": "https://github.com/yetone/bob-plugin-openai-translator",
10+
"appcast": "https://raw.githubusercontent.com/yetone/bob-plugin-openai-translator/main/appcast.json",
11+
"minBobVersion": "0.5.0",
12+
"options": [
13+
{
14+
"identifier": "apiUrl",
15+
"type": "text",
16+
"title": "API URL",
17+
"defaultValue": "https://api.openai.com",
18+
"desc": "如果您的网络环境需要代理才能访问 OpenAI API, 可在这里修改为反代 API 的地址,默认为 https://api.openai.com"
19+
},
20+
{
21+
"identifier": "deploymentName",
22+
"type": "text",
23+
"title": "Dep. Name",
24+
"desc": "如果您使用的是 Azure OpenAI Service,需要填写对应的 deployment ID"
25+
},
26+
{
27+
"identifier": "apiKeys",
28+
"type": "text",
29+
"title": "API KEY",
30+
"desc": "可以用英文逗号分割多个 API KEY 以实现额度加倍及负载均衡"
31+
},
32+
{
33+
"identifier": "model",
34+
"type": "menu",
35+
"title": "模型",
36+
"defaultValue": "gpt-3.5-turbo",
37+
"menuValues": [
1338
{
14-
"identifier": "apiUrl",
15-
"type": "text",
16-
"title": "API URL",
17-
"defaultValue": "https://api.openai.com",
18-
"desc": "如果您的网络环境需要代理才能访问 OpenAI API, 可在这里修改为反代 API 的地址,默认为 https://api.openai.com"
39+
"title": "gpt-3.5-turbo-0301",
40+
"value": "gpt-3.5-turbo-0301"
1941
},
2042
{
21-
"identifier": "deploymentName",
22-
"type": "text",
23-
"title": "Dep. Name",
24-
"desc": "如果您使用的是 Azure OpenAI Service,需要填写对应的 deployment ID"
43+
"title": "gpt-3.5-turbo (recommended)",
44+
"value": "gpt-3.5-turbo"
2545
},
2646
{
27-
"identifier": "apiKeys",
28-
"type": "text",
29-
"title": "API KEY",
30-
"desc": "可以用英文逗号分割多个 API KEY 以实现额度加倍及负载均衡"
47+
"title": "gpt-4",
48+
"value": "gpt-4"
3149
},
3250
{
33-
"identifier": "model",
34-
"type": "menu",
35-
"title": "模型",
36-
"defaultValue": "gpt-3.5-turbo",
37-
"menuValues": [
38-
{
39-
"title": "gpt-3.5-turbo-0301",
40-
"value": "gpt-3.5-turbo-0301"
41-
},
42-
{
43-
"title": "gpt-3.5-turbo (recommended)",
44-
"value": "gpt-3.5-turbo"
45-
},
46-
{
47-
"title": "gpt-4",
48-
"value": "gpt-4"
49-
},
50-
{
51-
"title": "gpt-4-0314",
52-
"value": "gpt-4-0314"
53-
},
54-
{
55-
"title": "gpt-4-32k",
56-
"value": "gpt-4-32k"
57-
},
58-
{
59-
"title": "gpt-4-32k-0314",
60-
"value": "gpt-4-32k-0314"
61-
},
62-
{
63-
"title": "text-davinci-003",
64-
"value": "text-davinci-003"
65-
},
66-
{
67-
"title": "text-davinci-002",
68-
"value": "text-davinci-002"
69-
}
70-
]
51+
"title": "gpt-4-0314",
52+
"value": "gpt-4-0314"
53+
},
54+
{
55+
"title": "gpt-4-32k",
56+
"value": "gpt-4-32k"
57+
},
58+
{
59+
"title": "gpt-4-32k-0314",
60+
"value": "gpt-4-32k-0314"
61+
},
62+
{
63+
"title": "text-davinci-003",
64+
"value": "text-davinci-003"
65+
},
66+
{
67+
"title": "text-davinci-002",
68+
"value": "text-davinci-002"
7169
}
72-
]
73-
}
70+
]
71+
}
72+
]
73+
}

0 commit comments

Comments
 (0)