From 814d3e054cc5ac483ddb9933aa13ba385e979b68 Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Fri, 24 Jan 2025 06:30:10 +0200 Subject: Update chat templates (#177) * Adopting chat template stuff from llama.cpp * Removing missed conflict marker --------- Co-authored-by: Iwan Kawrakow --- include/llama.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llama.h') diff --git a/include/llama.h b/include/llama.h index 3a81dce4..c21671c6 100644 --- a/include/llama.h +++ b/include/llama.h @@ -1046,6 +1046,8 @@ extern "C" { bool add_ass, char * buf, int32_t length); + // Get list of built-in chat templates + LLAMA_API int32_t llama_chat_builtin_templates(const char ** output, size_t len); // // Grammar -- cgit v1.2.3