Any plans in supporting JSON outputs for LLMs? Or example how to do so? #2554
Unanswered
louis030195
asked this question in
Q&A
Replies: 1 comment 1 reply
-
https://github.com/utilityai/llama-cpp-rs/blob/main/llama-cpp-2/src/grammar.rs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking for examples how to impl simple JSON output (no need advanced things but using some rather deterministic method and not just prompt engineering), I'm assuming it's not something you plan to ship as part of core code for now but maybe it could be an example?
related to #2448
Beta Was this translation helpful? Give feedback.
All reactions