mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
refac
This commit is contained in:
parent
b850b8a5a4
commit
70a5be08c7
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if config.CODE_EXECUTION_ENGINE === 'jupyter'}
|
{#if config.CODE_INTERPRETER_ENGINE === 'jupyter'}
|
||||||
<div class="text-gray-500 text-xs">
|
<div class="text-gray-500 text-xs">
|
||||||
{$i18n.t(
|
{$i18n.t(
|
||||||
'Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.'
|
'Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue