mirror of
https://github.com/cloudstack-llc/ollama.git
synced 2026-07-16 10:34:26 -04:00
omit prompt and generate settings from final response
This commit is contained in:
Vendored
-2
@@ -1186,8 +1186,6 @@ struct llama_server_context
|
||||
{"model", params.model_alias},
|
||||
{"tokens_predicted", slot.n_decoded},
|
||||
{"tokens_evaluated", slot.n_prompt_tokens},
|
||||
{"generation_settings", get_formated_generation(slot)},
|
||||
{"prompt", slot.prompt},
|
||||
{"truncated", slot.truncated},
|
||||
{"stopped_eos", slot.stopped_eos},
|
||||
{"stopped_word", slot.stopped_word},
|
||||
|
||||
Reference in New Issue
Block a user