diff options
Diffstat (limited to 'include/llama.h')
-rw-r--r-- | include/llama.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |