diff --git a/default/content/index.json b/default/content/index.json index b8accc8e0..d7345c84e 100644 --- a/default/content/index.json +++ b/default/content/index.json @@ -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" diff --git a/default/content/presets/textgen/InfermaticAI.json b/default/content/presets/textgen/InfermaticAI.json deleted file mode 100644 index 0fb1bef7c..000000000 --- a/default/content/presets/textgen/InfermaticAI.json +++ /dev/null @@ -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 -}