|
34 | 34 | "identifier": "apiVersion",
|
35 | 35 | "type": "text",
|
36 | 36 | "title": "API Version",
|
37 |
| - "defaultValue": "2023-03-15-preview", |
38 | 37 | "desc": "可选项。此值为在使用 Azure 模型时采用的 Chat completions API 版本,不支持 2023-03-15-preview 之前的版本",
|
39 | 38 | "textConfig": {
|
40 | 39 | "type": "visible",
|
|
59 | 58 | "defaultValue": "gpt-3.5-turbo",
|
60 | 59 | "menuValues": [
|
61 | 60 | {
|
62 |
| - "title": "custom", |
| 61 | + "title": "Custom", |
63 | 62 | "value": "custom"
|
64 | 63 | },
|
65 | 64 | {
|
66 |
| - "title": "gpt-3.5-turbo-1106 (recommended)", |
67 |
| - "value": "gpt-3.5-turbo-1106" |
68 |
| - }, |
69 |
| - { |
70 |
| - "title": "gpt-3.5-turbo-0613", |
71 |
| - "value": "gpt-3.5-turbo-0613" |
72 |
| - }, |
73 |
| - { |
74 |
| - "title": "gpt-3.5-turbo-0301", |
75 |
| - "value": "gpt-3.5-turbo-0301" |
76 |
| - }, |
77 |
| - { |
78 |
| - "title": "gpt-3.5-turbo-16k", |
79 |
| - "value": "gpt-3.5-turbo-16k" |
80 |
| - }, |
81 |
| - { |
82 |
| - "title": "gpt-3.5-turbo", |
| 65 | + "title": "GPT-3.5 Turbo", |
83 | 66 | "value": "gpt-3.5-turbo"
|
84 | 67 | },
|
85 | 68 | {
|
86 |
| - "title": "gpt-4", |
| 69 | + "title": "GPT-4", |
87 | 70 | "value": "gpt-4"
|
88 | 71 | },
|
89 | 72 | {
|
90 |
| - "title": "gpt-4o", |
| 73 | + "title": "GPT-4o", |
91 | 74 | "value": "gpt-4o"
|
92 | 75 | },
|
93 | 76 | {
|
94 |
| - "title": "gpt-4-0314", |
95 |
| - "value": "gpt-4-0314" |
96 |
| - }, |
97 |
| - { |
98 |
| - "title": "gpt-4-0613", |
99 |
| - "value": "gpt-4-0613" |
| 77 | + "title": "GPT-4 Turbo", |
| 78 | + "value": "gpt-4-turbo" |
100 | 79 | },
|
101 | 80 | {
|
102 |
| - "title": "gpt-4-32k", |
| 81 | + "title": "GPT-4 32K", |
103 | 82 | "value": "gpt-4-32k"
|
104 |
| - }, |
105 |
| - { |
106 |
| - "title": "gpt-4-32k-0314", |
107 |
| - "value": "gpt-4-32k-0314" |
108 |
| - }, |
109 |
| - { |
110 |
| - "title": "gpt-4-32k-0613", |
111 |
| - "value": "gpt-4-32k-0613" |
112 | 83 | }
|
113 | 84 | ]
|
114 | 85 | },
|
115 | 86 | {
|
116 | 87 | "identifier": "customModel",
|
117 | 88 | "type": "text",
|
118 | 89 | "title": "自定义模型",
|
119 |
| - "desc": "可选项。当 Model 选择为 custom 时,此项为必填项。请填写有效的模型名称", |
| 90 | + "desc": "可选项。当 Model 选择 Custom 时,此项为必填项。请填写有效的模型名称", |
120 | 91 | "textConfig": {
|
121 | 92 | "type": "visible",
|
122 | 93 | "placeholderText": "gpt-3.5-turbo"
|
|
0 commit comments