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 <yetoneful@gmail.com>" ,
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 <yetoneful@gmail.com>" ,
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