Commit 86a2639
chore(models): move gpt-oss 120B from maintenance to deprecated (#535)
Recategorize Model.GptOss as 'deprecated' in MODEL_CONFIG so it moves
from the Maintenance Mode group to the Deprecated group in the model
selector. Update the unit tests and the dropdown-grouping e2e to match.
中文:将 gpt-oss 120B 模型从维护模式类别调整为弃用类别。在
MODEL_CONFIG 中将其 category 改为 'deprecated',模型下拉选择器随之
将其归入"已弃用"分组;同步更新相关单元测试与 e2e 测试。
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 969dc7d commit 86a2639
3 files changed
Lines changed: 7 additions & 7 deletions
File tree
- packages/app
- cypress/e2e
- src/lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | 174 | | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments