Remove tfs_z alias for llama.cpp * This sampler is no longer supported in llama.cpp

bf8b3b5013468d0b1bb11c972355dfdde433fd88

DocShotgun <126566557+DocShotgun@users.noreply.github.com>

1 files changed, +0 -1Showing whitespace changes
public/scripts/textgen-settings.js+0 -1
@@ -1357,7 +1357,6 @@ export async function getTextGenGenerationData(finalPrompt, maxTokens, isImperso
13571357 'json_schema': [TABBY, LLAMACPP].includes(settings.type) ? settings.json_schema : undefined,
13581358 // llama.cpp aliases. In case someone wants to use LM Studio as Text Completion API
13591359 'repeat_penalty': settings.rep_pen,
1360- 'tfs_z': settings.tfs,
13611360 'repeat_last_n': settings.rep_pen_range,
13621361 'n_predict': maxTokens,
13631362 'num_predict': maxTokens,