mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 09:35:58 +03:00
[GH-ISSUE #577] Explore converting existing llama.cpp GBNF 'structured output' config to use the SOTA llguidance format (which now also powers OpenAI API JSON Schema, custom tools/etc) #91
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0xdevalias on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/jehna/humanify/issues/577
See also:
github.com/jehna/humanify@7beba2d324/src/plugins/local-llm-rename/gbnf.ts (L1-L73)github.com/jehna/humanify@7beba2d324/src/plugins/openai/openai-rename.ts (L62-L79)@jehna commented on GitHub (Jan 25, 2026):
Nice. Seems that llama.cpp needs an extra build time flag for this, need to investigate if this is on by default:
@jehna commented on GitHub (Jan 25, 2026):
And AFAIK this is only used internally by OpenAI's JSON Schema output, no way to use it via API directly