We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b850b8a commit 70a5be0Copy full SHA for 70a5be0
src/lib/components/admin/Settings/CodeExecution.svelte
@@ -169,7 +169,7 @@
169
</div>
170
171
172
- {#if config.CODE_EXECUTION_ENGINE === 'jupyter'}
+ {#if config.CODE_INTERPRETER_ENGINE === 'jupyter'}
173
<div class="text-gray-500 text-xs">
174
{$i18n.t(
175
'Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.'
0 commit comments