{#if instructionMode} {:else} Ooba Mode Instruct Chat Chat-Instruct {#if DBState.db.reverseProxyOobaArgs.mode === 'instruct'} user prefix bot prefix system prefix system message {/if} {#if DBState.db.reverseProxyOobaArgs.mode === 'chat' || DBState.db.reverseProxyOobaArgs.mode === 'chat-instruct'} user prefix bot prefix system prefix start message {/if} {#if DBState.db.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(!DBState.db.localStopStrings){ DBState.db.localStopStrings = [] } else{ DBState.db.localStopStrings = null } }} />
{#if DBState.db.localStopStrings}
{#each DBState.db.localStopStrings as stopString, i}
{/each}
{/if} {/if}