mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -12,14 +12,16 @@
|
||||
'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'),
|
||||
switch_thinking: $i18n.t('Sends `enable_thinking: true` in the request. \nSupported toggle providers will return thinking content')
|
||||
reasoning: $i18n.t(
|
||||
'Sends `enable_thinking: true` in the request. \nSupported toggle providers will return thinking content'
|
||||
)
|
||||
};
|
||||
|
||||
export let capabilities: {
|
||||
vision?: boolean;
|
||||
usage?: boolean;
|
||||
citations?: boolean;
|
||||
switch_thinking?: boolean;
|
||||
reasoning?: boolean;
|
||||
} = {};
|
||||
</script>
|
||||
|
||||
|
||||
@@ -77,9 +77,9 @@
|
||||
};
|
||||
let capabilities = {
|
||||
vision: true,
|
||||
usage: undefined,
|
||||
citations: true,
|
||||
switch_thinking: false,
|
||||
usage: undefined,
|
||||
reasoning: false
|
||||
};
|
||||
|
||||
let knowledge = [];
|
||||
|
||||
Reference in New Issue
Block a user