mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
revert: remove reasoning capability
This commit is contained in:
parent
363ac35c09
commit
34ef249a10
@ -11,17 +11,13 @@
|
|||||||
usage: $i18n.t(
|
usage: $i18n.t(
|
||||||
'Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.'
|
'Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.'
|
||||||
),
|
),
|
||||||
citations: $i18n.t('Displays citations in the response'),
|
citations: $i18n.t('Displays citations in the response')
|
||||||
reasoning: $i18n.t(
|
|
||||||
'Sends `enable_thinking: true` in the request. \nSupported toggle providers will return thinking content'
|
|
||||||
)
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export let capabilities: {
|
export let capabilities: {
|
||||||
vision?: boolean;
|
vision?: boolean;
|
||||||
usage?: boolean;
|
usage?: boolean;
|
||||||
citations?: boolean;
|
citations?: boolean;
|
||||||
reasoning?: boolean;
|
|
||||||
} = {};
|
} = {};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user