|
112 | 112 | "enum": [ |
113 | 113 | "deepseek-chat", |
114 | 114 | "deepseek-reasoner", |
115 | | - "custom" |
| 115 | + "custom1", |
| 116 | + "custom2", |
| 117 | + "custom3", |
| 118 | + "custom4", |
| 119 | + "custom5" |
116 | 120 | ] |
117 | 121 | }, |
118 | | - "codeReDesign.customModelName": { |
| 122 | + "codeReDesign.custom1APIKey": { |
| 123 | + "type": "string", |
| 124 | + "default": null, |
| 125 | + "description": "Custom DeepSeek API Key 1" |
| 126 | + }, |
| 127 | + "codeReDesign.custom1BaseURL": { |
| 128 | + "type": "string", |
| 129 | + "default": "", |
| 130 | + "description": "Custom DeepSeek API Base URL 1" |
| 131 | + }, |
| 132 | + "codeReDesign.custom1ModelName": { |
| 133 | + "type": "string", |
| 134 | + "default": "", |
| 135 | + "description": "Custom DeepSeek Model Name 1" |
| 136 | + }, |
| 137 | + "codeReDesign.custom1ModelNickname": { |
| 138 | + "type": "string", |
| 139 | + "default": "", |
| 140 | + "description": "Custom DeepSeek Model Nickname 1" |
| 141 | + }, |
| 142 | + "codeReDesign.custom2APIKey": { |
| 143 | + "type": "string", |
| 144 | + "default": null, |
| 145 | + "description": "Custom DeepSeek API Key 2" |
| 146 | + }, |
| 147 | + "codeReDesign.custom2BaseURL": { |
119 | 148 | "type": "string", |
120 | 149 | "default": "", |
121 | | - "description": "Custom DeepSeek Model Name" |
| 150 | + "description": "Custom DeepSeek API Base URL 2" |
122 | 151 | }, |
123 | | - "codeReDesign.customApiBaseURL": { |
| 152 | + "codeReDesign.custom2ModelName": { |
124 | 153 | "type": "string", |
125 | 154 | "default": "", |
126 | | - "description": "Custom DeepSeek API Base URL" |
| 155 | + "description": "Custom DeepSeek Model Name 2" |
127 | 156 | }, |
128 | | - "codeReDesign.customApiKey":{ |
| 157 | + "codeReDesign.custom2ModelNickname": { |
| 158 | + "type": "string", |
| 159 | + "default": "", |
| 160 | + "description": "Custom DeepSeek Model Nickname 2" |
| 161 | + }, |
| 162 | + "codeReDesign.custom3APIKey": { |
129 | 163 | "type": "string", |
130 | 164 | "default": null, |
131 | | - "description": "Custom DeepSeek API Key" |
| 165 | + "description": "Custom DeepSeek API Key 3" |
| 166 | + }, |
| 167 | + "codeReDesign.custom3BaseURL": { |
| 168 | + "type": "string", |
| 169 | + "default": "", |
| 170 | + "description": "Custom DeepSeek API Base URL 3" |
| 171 | + }, |
| 172 | + "codeReDesign.custom3ModelName": { |
| 173 | + "type": "string", |
| 174 | + "default": "", |
| 175 | + "description": "Custom DeepSeek Model Name 3" |
| 176 | + }, |
| 177 | + "codeReDesign.custom3ModelNickname": { |
| 178 | + "type": "string", |
| 179 | + "default": "", |
| 180 | + "description": "Custom DeepSeek Model Nickname 3" |
| 181 | + }, |
| 182 | + "codeReDesign.custom4APIKey": { |
| 183 | + "type": "string", |
| 184 | + "default": null, |
| 185 | + "description": "Custom DeepSeek API Key 4" |
| 186 | + }, |
| 187 | + "codeReDesign.custom4BaseURL": { |
| 188 | + "type": "string", |
| 189 | + "default": "", |
| 190 | + "description": "Custom DeepSeek API Base URL 4" |
| 191 | + }, |
| 192 | + "codeReDesign.custom4ModelName": { |
| 193 | + "type": "string", |
| 194 | + "default": "", |
| 195 | + "description": "Custom DeepSeek Model Name 4" |
| 196 | + }, |
| 197 | + "codeReDesign.custom4ModelNickname": { |
| 198 | + "type": "string", |
| 199 | + "default": "", |
| 200 | + "description": "Custom DeepSeek Model Nickname 4" |
| 201 | + }, |
| 202 | + "codeReDesign.custom5APIKey": { |
| 203 | + "type": "string", |
| 204 | + "default": null, |
| 205 | + "description": "Custom DeepSeek API Key 5" |
| 206 | + }, |
| 207 | + "codeReDesign.custom5BaseURL": { |
| 208 | + "type": "string", |
| 209 | + "default": "", |
| 210 | + "description": "Custom DeepSeek API Base URL 5" |
| 211 | + }, |
| 212 | + "codeReDesign.custom5ModelName": { |
| 213 | + "type": "string", |
| 214 | + "default": "", |
| 215 | + "description": "Custom DeepSeek Model Name 5" |
| 216 | + }, |
| 217 | + "codeReDesign.custom5ModelNickname": { |
| 218 | + "type": "string", |
| 219 | + "default": "", |
| 220 | + "description": "Custom DeepSeek Model Nickname 5" |
132 | 221 | } |
133 | 222 | } |
134 | 223 | } |
|
0 commit comments