{$i18n.t('General')}
{$i18n.t('Code Execution Engine')}
{#if config.CODE_EXECUTION_ENGINE === 'jupyter'}
{$i18n.t('Jupyter Auth')}
{#if config.CODE_EXECUTION_JUPYTER_AUTH}
{#if config.CODE_EXECUTION_JUPYTER_AUTH === 'password'}
{:else}
{/if}
{/if}
{/if}
{$i18n.t('Code Interpreter')}
{$i18n.t('Enable Code Interpreter')}
{#if config.ENABLE_CODE_INTERPRETER}
{$i18n.t('Code Interpreter Engine')}
{#if config.CODE_INTERPRETER_ENGINE === 'jupyter'}
{$i18n.t('Jupyter Auth')}
{#if config.CODE_INTERPRETER_JUPYTER_AUTH}
{#if config.CODE_INTERPRETER_JUPYTER_AUTH === 'password'}
{:else}
{/if}
{/if}
{/if}
{$i18n.t('Code Interpreter Prompt Template')}
{/if}