{#if instructionMode} System Prefix User Prefix Assistant Prefix Seperator {:else} Ooba Mode Instruct Chat Chat-Instruct {#if $DataBase.reverseProxyOobaArgs.mode === 'instruct'} user prefix bot prefix system prefix system message {/if} {#if $DataBase.reverseProxyOobaArgs.mode === 'chat' || $DataBase.reverseProxyOobaArgs.mode === 'chat-instruct'} user prefix bot prefix system prefix start message {/if} {#if $DataBase.reverseProxyOobaArgs.mode === 'chat-instruct'} chat_instruct_command {/if} {/if} tokenizer min_p top_k repetition_penalty repetition_penalty_range typical_p tfs top_a epsilon_cutoff eta_cutoff guidance_scale penalty_alpha mirostat_mode mirostat_tau mirostat_eta encoder_repetition_penalty no_repeat_ngram_size min_length num_beams length_penalty truncation_length max_tokens_second negative_prompt custom_token_bans grammar_string temperature_last do_sample early_stopping auto_max_new_tokens ban_eos_token add_bos_token skip_special_tokens {#if instructionMode}
{ if(!$DataBase.localStopStrings){ $DataBase.localStopStrings = [] } else{ $DataBase.localStopStrings = null } }} />
{#if $DataBase.localStopStrings}
{#each $DataBase.localStopStrings as stopString, i}
{/each}
{/if} {/if}