Skip to content

Commit

Permalink
chore: fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuuon committed May 19, 2024
1 parent 8cb74ba commit ab7c19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/model/format/zephyr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ return {
),
}
end,
contents_to_strings = contents_to_strings
contents_to_strings = contents_to_strings,
}
2 changes: 1 addition & 1 deletion lua/model/format/zephyr_tokenizing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ local function chatprompt_tokenize_run(messages, config)
end

return {
run = chatprompt_tokenize_run
run = chatprompt_tokenize_run,
}

0 comments on commit ab7c19e

Please sign in to comment.