This commit is contained in:
Timothy Jaeryang Baek 2025-02-17 16:33:14 -08:00
parent b850b8a5a4
commit 70a5be08c7

View File

@ -169,7 +169,7 @@
</div>
</div>
{#if config.CODE_EXECUTION_ENGINE === 'jupyter'}
{#if config.CODE_INTERPRETER_ENGINE === 'jupyter'}
<div class="text-gray-500 text-xs">
{$i18n.t(
'Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.'