diff --git a/lua/model/format/zephyr.lua b/lua/model/format/zephyr.lua index b927b1b..edd5779 100644 --- a/lua/model/format/zephyr.lua +++ b/lua/model/format/zephyr.lua @@ -30,5 +30,5 @@ return { ), } end, - contents_to_strings = contents_to_strings + contents_to_strings = contents_to_strings, } diff --git a/lua/model/format/zephyr_tokenizing.lua b/lua/model/format/zephyr_tokenizing.lua index 7bc3944..1176b63 100644 --- a/lua/model/format/zephyr_tokenizing.lua +++ b/lua/model/format/zephyr_tokenizing.lua @@ -81,5 +81,5 @@ local function chatprompt_tokenize_run(messages, config) end return { - run = chatprompt_tokenize_run + run = chatprompt_tokenize_run, }