Remove tfs_z alias for llama.cpp * This sampler is no longer supported in llama.cpp
| @@ -1357,7 +1357,6 @@ export async function getTextGenGenerationData(finalPrompt, maxTokens, isImperso | ||
| 1357 | 1357 | 'json_schema': [TABBY, LLAMACPP].includes(settings.type) ? settings.json_schema : undefined, |
| 1358 | 1358 | // llama.cpp aliases. In case someone wants to use LM Studio as Text Completion API |
| 1359 | 1359 | 'repeat_penalty': settings.rep_pen, |
| 1360 | - 'tfs_z': settings.tfs, | |
| 1361 | 1360 | 'repeat_last_n': settings.rep_pen_range, |
| 1362 | 1361 | 'n_predict': maxTokens, |
| 1363 | 1362 | 'num_predict': maxTokens, |