{#if !openOobaSettings}
{: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}
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}