summaryrefslogtreecommitdiff
path: root/examples/server/public/json-schema-to-grammar.mjs
AgeCommit message (Expand)Author
2025-06-08Webui improvement (#481)firecoperana
2024-07-27Merge mainline llama.cpp (#3)Kawrakow
2024-06-11json: refine constraint for whitespace to avoid runaways yet allow pretty pri...Olivier Chafik
2024-06-11`json`: document schema conversion in GBNF readme, align manual grammar examp...Olivier Chafik
2024-06-06grammars: x{min,max} repetition operator (#6640)Olivier Chafik
2024-04-12JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings,...Olivier Chafik
2024-03-22json-schema-to-grammar : fix order of props + non-str const/enum (#6232)Olivier Chafik
2024-03-21json-schema-to-grammar improvements (+ added to server) (#5978)Olivier Chafik
2023-08-14server : implement json-schema-to-grammar.mjs & add grammar param in the UI (...Jhen-Jie Hong