mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-07 07:06:05 +01:00
parent
1e7c2820da
commit
48b9eb8542
@ -352,10 +352,6 @@
|
||||
"filename": "presets/textgen/simple-proxy-for-tavern.json",
|
||||
"type": "textgen_preset"
|
||||
},
|
||||
{
|
||||
"filename": "presets/textgen/InfermaticAI.json",
|
||||
"type": "textgen_preset"
|
||||
},
|
||||
{
|
||||
"filename": "presets/openai/Default.json",
|
||||
"type": "openai_preset"
|
||||
|
@ -1,25 +0,0 @@
|
||||
{
|
||||
"temp": 0.7,
|
||||
"top_p": 0.95,
|
||||
"top_k": 40,
|
||||
"typical_p": 0.95,
|
||||
"top_a": 0,
|
||||
"tfs": 1,
|
||||
"epsilon_cutoff": 0,
|
||||
"eta_cutoff": 0,
|
||||
"rep_pen": 1.2,
|
||||
"rep_pen_range": 1024,
|
||||
"no_repeat_ngram_size": 0,
|
||||
"penalty_alpha": 0,
|
||||
"num_beams": 1,
|
||||
"length_penalty": 1,
|
||||
"min_length": 0,
|
||||
"encoder_rep_pen": 1,
|
||||
"do_sample": true,
|
||||
"early_stopping": false,
|
||||
"mirostat_mode": 0,
|
||||
"mirostat_tau": 5,
|
||||
"mirostat_eta": 0.1,
|
||||
"streaming": true,
|
||||
"skip_special_tokens": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user