feat: support max reasoning effort and rebuild release
This commit is contained in:
@@ -10796,6 +10796,7 @@
|
||||
{ value: 'medium', label: 'medium', desc: '中等 thinking' },
|
||||
{ value: 'high', label: 'high', desc: '更强 thinking' },
|
||||
{ value: 'xhigh', label: 'xhigh', desc: '高强度 thinking' },
|
||||
{ value: 'max', label: 'max', desc: '最大强度 thinking' },
|
||||
{ value: 'ultra', label: 'ultra', desc: '最高强度 thinking' },
|
||||
];
|
||||
showOptionPicker('选择 Thinking 强度', thinkingOptions, current.level || '', (lvl) => {
|
||||
|
||||
Reference in New Issue
Block a user