Timothy Jaeryang Baek 2 月之前
父节点
当前提交
70a5be08c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/admin/Settings/CodeExecution.svelte

+ 1 - 1
src/lib/components/admin/Settings/CodeExecution.svelte

@@ -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.'