Remove tfs_z

See https://github.com/ollama/ollama/blob/main/docs/api.md#request-8

tfs_z was removed from Llama.cpp and Ollama in January 2025.
This commit is contained in:
ferret99gt 2025-02-19 09:21:36 -05:00
parent cee08e316d
commit 6b2ba73701

View File

@ -78,7 +78,6 @@ def apply_model_params_to_body_ollama(params: dict, form_data: dict) -> dict:
"num_keep",
"num_predict",
"repeat_last_n",
"tfs_z",
"top_k",
"min_p",
"typical_p",