feat: consume server model reasoning capabilities
This commit is contained in:
@@ -30,6 +30,7 @@ const THINKING_OPTIONS: Array<{ value: ConversationThinkingLevel; label: string
|
||||
{ value: 'low', label: '低' },
|
||||
{ value: 'medium', label: '中等' },
|
||||
{ value: 'high', label: '高' },
|
||||
{ value: 'max', label: '最高' },
|
||||
];
|
||||
|
||||
function thinkingLabel(level: ConversationThinkingLevel): string {
|
||||
|
||||
Reference in New Issue
Block a user