COMMITS
/ llama_cpp/llama_chat_format.py March 23, 2026
March 22, 2026
A
misc: Add Ruff formatting (#2148)
Andrei committed
August 7, 2025
A
feat: Add gpt-oss chat format support through strftime_now in chat format by @iamlemec
Andrei Betlen committed
July 15, 2025
A
fix: Better chat format for Qwen2.5-VL (#2040)
Alcoft committed
July 3, 2025
A
fix: Use num_threads from llama model for mtmd
Andrei Betlen committed
A
feat: Add support for new mtmd api, add Qwen2.5-VL chat handler
Andrei Betlen committed
December 6, 2024
A
fix: chat API logprobs format (#1788)
Adam Jones committed
August 30, 2024
A
fix: Use system message in og qwen format. Closes #1697
Andrei Betlen committed
August 29, 2024
A
fix: Update name to MiniCPMv26ChatHandler
Andrei Betlen committed
A
feat: Add MiniCPMv26 chat handler.
Andrei Betlen committed
July 9, 2024
A
fix(minor): Minor ruff fixes
Andrei Betlen committed
A
fix(misc): Format
Andrei Betlen committed
June 4, 2024
S
fix: Avoid duplicate special tokens in chat formats (#1439)
Sigbjørn Skjæret committed
June 3, 2024
A
misc: Improve llava error messages
Andrei Betlen committed
May 29, 2024
A
fix: Fix typo in Llama3VisionAlphaChatHandler. Closes #1488
Andrei Betlen committed
May 10, 2024
A
fix: Clear kv cache to avoid kv bug when image is evaluated first
Andrei Betlen committed
S
fix(security): Render all jinja templates in immutable sandbox (#1441)
Sigbjørn Skjæret committed
P
Merge pull request from GHSA-56xg-wfcc-g829
Patrick Peng committed
May 9, 2024
A
fix: free last image embed in llava chat handler
Andrei Betlen committed
May 8, 2024
A
fix: Make leading bos_token optional for image chat formats, fix nanollava system message
Andrei Betlen committed
S
fix: adding missing args in create_completion for functionary chat handler (#1430)
Sarunas Kalade committed
May 4, 2024
J
feat: Implement streaming for Functionary v2 + Bug fixes (#1419)
Jeffrey Fong committed
May 2, 2024
A
feat: Add llama-3-vision-alpha chat format
Andrei Betlen committed
April 30, 2024
A
A
fix: Ensure image renders before text in chat formats regardless of message content order.
Andrei Betlen committed
April 28, 2024
J
fix: Functionary bug fixes (#1385)
Jeffrey Fong committed
April 23, 2024
A
feat: Add Llama-3 chat format (#1371)
abk16 committed
April 20, 2024
April 18, 2024
L
feat: update grammar schema converter to match llama.cpp (#1353)
Lucca Zenóbio committed
April 17, 2024
A
Revert "feat: Update json to grammar (#1350)"
Andrei Betlen committed
L
feat: Update json to grammar (#1350)
Lucca Zenóbio committed
April 10, 2024
A
fix: pass correct type to chat handlers for chat completion logprobs
Andrei Betlen committed
April 5, 2024
March 31, 2024
W
feat: Add logprobs support to chat completions (#1311)
windspirit95 committed
March 23, 2024
A
fix: tool_call missing first token.
Andrei Betlen committed
March 19, 2024
March 18, 2024
J
fix: Fix and optimize functionary chat handler (#1282)
Jeffrey Fong committed
March 15, 2024
A
fix: json mode
Andrei Betlen committed
March 9, 2024
K
fix: Check for existence of clip model path (#1264)
Kevin Cao committed
February 26, 2024
A
fix: positional arguments only for low-level api
Andrei Betlen committed
A
fix: llava this function takes at least 4 arguments (0 given)
Andrei Betlen committed
February 23, 2024
L
feat: Auto detect Mixtral's slightly different format (#1214)
Luke Stanley committed
A
feat: Add Google's Gemma formatting via `chat_format="gemma"` (#1210)
Alvaro Bartolome committed
February 14, 2024
A
fix: Update openbuddy prompt format. Closes #1155
Andrei Betlen committed
A
fix: more chatml-function-calling fixes
Andrei Betlen committed
February 13, 2024
A
fix: missing generation_prompt in chatml-function-calling
Andrei Betlen committed
A
fix: minor formatting bugs for chatml-function-calling
Andrei Betlen committed
February 12, 2024
A
feat: Generic chatml Function Calling (#957)
Andrei committed