8000 feat: update grammar schema converter to match llama.cpp (#1353) · levvic/llama-cpp-python@4f42664 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f42664

Browse files
authored
feat: update grammar schema converter to match llama.cpp (abetlen#1353)
* feat: improve function calling * feat:grammar * fix * fix * fix
1 parent fa4bb0c commit 4f42664

File tree

2 files changed

+523
-106
lines changed

2 files changed

+523
-106
lines changed

llama_cpp/llama_chat_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2709,4 +2709,4 @@ def chatml_function_calling(
27092709
},
27102710
}
27112711

2712-
raise ValueError("Automatic streaming tool choice is not supported")
2712+
raise ValueError("Automatic streaming tool choice is not supported")

0 commit comments

Comments
 (0)
0